Documentation
¶
Overview ¶
Code generated by baton-sdk. DO NOT EDIT!!!
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Configuration = field.NewConfiguration( ConfigurationFields, field.WithConnectorDisplayName("Confluence"), field.WithHelpUrl("/docs/baton/confluence"), field.WithIconUrl("/static/app-icons/confluence.svg"), )
View Source
var ConfigurationFields = []field.SchemaField{
apiKeyField,
domainUrl,
usernameField,
skipPersonalSpaces,
nounsField,
verbsField,
}
Functions ¶
This section is empty.
Types ¶
type Confluence ¶
type Confluence struct {
ApiKey string `mapstructure:"api-key"`
DomainUrl string `mapstructure:"domain-url"`
Username string `mapstructure:"username"`
SkipPersonalSpaces bool `mapstructure:"skip-personal-spaces"`
Noun []string `mapstructure:"noun"`
Verb []string `mapstructure:"verb"`
}
func (*Confluence) GetBool ¶
func (c *Confluence) GetBool(fieldName string) bool
func (*Confluence) GetInt ¶
func (c *Confluence) GetInt(fieldName string) int
func (*Confluence) GetString ¶
func (c *Confluence) GetString(fieldName string) string
func (*Confluence) GetStringMap ¶
func (c *Confluence) GetStringMap(fieldName string) map[string]any
func (*Confluence) GetStringSlice ¶
func (c *Confluence) GetStringSlice(fieldName string) []string
Click to show internal directories.
Click to hide internal directories.