dashboard

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(p *project.Project, envMap map[string]string) (*dashboard, error)

Types

type Api

type Api struct {
	Name    string                 `json:"name,omitempty"`
	OpenApi map[string]interface{} `json:"spec,omitempty"` // not sure which spec version yet
}

type DashResponse

type DashResponse struct {
	Apis           []*openapi3.T             `json:"apis,omitempty"`
	Schedules      []*codeconfig.TopicResult `json:"schedules,omitempty"`
	ProjectName    string                    `json:"projectName,omitempty"`
	ApiAddresses   map[string]string         `json:"apiAddresses,omitempty"`
	TriggerAddress string                    `json:"triggerAddress,omitempty"`
}

type Message

type Message struct {
	Text string `json:"text"`
}

Jump to

Keyboard shortcuts

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