Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type License ¶
type License struct {
Signature string `json:"serial"`
Message string `json:"message"`
Meta map[string]interface{} `json:"meta"`
// contains filtered or unexported fields
}
func (*License) Validate ¶
Validating if desired serial/metas are contained in current license See this simple explanation if you wish to understand what's happening: https://www.sohamkamani.com/golang/rsa-encryption/#signing-and-verification
Click to show internal directories.
Click to hide internal directories.