config

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 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 Config = field.NewConfiguration(
	[]field.SchemaField{apiKey, externalTicketField, skipProjects, teamIDsTicketSchemaFilterField},
	field.WithConstraints(configRelations...),
	field.WithConnectorDisplayName("Linear"),
	field.WithHelpUrl("/docs/baton/linear"),
	field.WithIconUrl("/static/app-icons/linear.svg"),
)

Functions

This section is empty.

Types

type Linear

type Linear struct {
	ApiKey                    string   `mapstructure:"api-key"`
	Ticketing                 bool     `mapstructure:"ticketing"`
	SkipProjects              bool     `mapstructure:"skip-projects"`
	TicketSchemaTeamIdsFilter []string `mapstructure:"ticket-schema-team-ids-filter"`
}

func (*Linear) GetBool

func (c *Linear) GetBool(fieldName string) bool

func (*Linear) GetInt

func (c *Linear) GetInt(fieldName string) int

func (*Linear) GetString

func (c *Linear) GetString(fieldName string) string

func (*Linear) GetStringMap

func (c *Linear) GetStringMap(fieldName string) map[string]any

func (*Linear) GetStringSlice

func (c *Linear) 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