Documentation
¶
Overview ¶
Code generated by baton-sdk. DO NOT EDIT!!!
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = field.NewConfiguration([]field.SchemaField{
accessTokenField,
orgsField,
instanceUrlField,
syncSecrets,
appIDField,
appPrivateKeyPath,
}, fieldRelationships...)
Functions ¶
This section is empty.
Types ¶
type Github ¶
type Github struct {
Token string `mapstructure:"token"`
Orgs []string `mapstructure:"orgs"`
InstanceUrl string `mapstructure:"instance-url"`
SyncSecrets bool `mapstructure:"sync-secrets"`
AppId string `mapstructure:"app-id"`
AppPrivatekeyPath string `mapstructure:"app-privatekey-path"`
}
func (*Github) GetStringSlice ¶
Click to show internal directories.
Click to hide internal directories.