Documentation
¶
Index ¶
- func LoadApplication(ctx context.Context, app *configurations.Application) (*basev1.Application, error)
- func LoadProject(ctx context.Context, project *configurations.Project) (*basev1.Project, error)
- func LoadService(ctx context.Context, service *configurations.Service) (*basev1.Service, error)
- func Reverse[T any](ss []T)
- func ToGraphResponse(g *Graph) *observabilityv1.GraphResponse
- type Edge
- type Graph
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadApplication ¶
func LoadApplication(ctx context.Context, app *configurations.Application) (*basev1.Application, error)
func LoadProject ¶
func LoadService ¶
func ToGraphResponse ¶ added in v0.0.65
func ToGraphResponse(g *Graph) *observabilityv1.GraphResponse
Types ¶
type Graph ¶
type Graph struct { Name string // contains filtered or unexported fields }
func LoadPublicApplicationGraph ¶ added in v0.0.65
func LoadServiceGraph ¶
func (*Graph) TopologicalSort ¶
Click to show internal directories.
Click to hide internal directories.