Documentation
¶
Overview ¶
Code generated by baton-sdk. DO NOT EDIT!!!
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( APIKeyField = field.StringField( "api-key", field.WithDisplayName("API key"), field.WithDescription("The API key for authenticating with Rootly"), field.WithRequired(true), field.WithIsSecret(true), ) BaseURLField = field.StringField( "base-url", field.WithDescription("Override the Rootly API URL (for testing)"), field.WithHidden(true), field.WithExportTarget(field.ExportTargetCLIOnly), ) //go:generate go run ./gen Config = field.NewConfiguration( []field.SchemaField{APIKeyField, BaseURLField}, field.WithConnectorDisplayName("Rootly"), field.WithHelpUrl("/docs/baton/rootly"), field.WithIconUrl("/static/app-icons/rootly.svg"), ) // FieldRelationships defines relationships between the fields listed in // Config that can be automatically validated. For example, a // username and password can be required together, or an access token can be // marked as mutually exclusive from the username password pair. FieldRelationships = []field.SchemaFieldRelationship{} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.