manifestgen

package
v0.0.0-...-3b24582 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OMITTED_INTEGRATION_KEYS = []string{
	"msteams-app",
	"compass",
	"zapier",
}

These integrations are ommitted because the subscriptions are created and managed by the integrations

Functions

func Render

func Render(w io.Writer, manifests []Manifest) error

Types

type FormVariable

type FormVariable struct {
	AllowedValues []string
	DefaultValue  interface{}
	Description   string
	IsOptional    bool
	IsSecret      bool
	Key           string
	Type          string
}

type Manifest

type Manifest struct {
	Key           string
	RequiresOauth bool
	Capabilities  map[string]interface{}
	FormVariables []FormVariable
}

func FetchManifests

func FetchManifests(appHost, accessToken string) ([]Manifest, error)

type ManifestsResponse

type ManifestsResponse struct {
	Items []Manifest
}

Jump to

Keyboard shortcuts

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