config

package
v0.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL