Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // PublicKey is the key we used to decrypt license. PublicKey string // Version is the JWT key version. Version string // Issuer is the license issuer, it should always be "bytebase". Issuer string // Audience is the license audience, it should always be "bb.license". Audience string // MinimumInstance is the minimum instance count in each plan. MinimumInstance int // StorePath is the file path to store license. StorePath string }
Config is the API message for enterprise config.
Click to show internal directories.
Click to hide internal directories.