integrations

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Integration

type Integration struct {
	Type        db.IntegrationType `json:"type"`
	Title       string             `json:"title"`
	Configured  bool               `json:"configured"`
	Incidents   bool               `json:"incidents"`
	Deployments bool               `json:"deployments"`
	Details     string             `json:"details"`
}

type View

type View struct {
	BaseUrl      string        `json:"base_url"`
	Integrations []Integration `json:"integrations"`
}

func Render

func Render(p *db.Project) *View

Jump to

Keyboard shortcuts

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