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, }, field.WithConstraints(fieldRelationships...), field.WithConnectorDisplayName("GitHub v2"), field.WithHelpUrl("/docs/baton/github-v2"), field.WithIconUrl("/static/app-icons/github.svg"), )
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.