asg

package
v0.0.0-...-64a9ce5 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Flags

func Flags(returnData bool) (o types.Output)

func GetFlagsTableString

func GetFlagsTableString() string

Types

type FlagsReport

type FlagsReport struct {
	BasicType map[string]bool `yaml:",omitempty" json:"basictype,omitempty"`
	Endpoint  map[string]bool `yaml:",omitempty" json:"endpoint,omitempty"`
	Enum      map[string]bool `yaml:",omitempty" json:"enum,omitempty"`
	Field     map[string]bool `yaml:",omitempty" json:"field,omitempty"`
	Interface map[string]bool `yaml:",omitempty" json:"interface,omitempty"`
	Relation  map[string]bool `yaml:",omitempty" json:"relation,omitempty"`
	Type      map[string]bool `yaml:",omitempty" json:"type,omitempty"`
}

func GetFlagsReport

func GetFlagsReport() FlagsReport

type InfoReport

type InfoReport struct {
	Total     NodeReport       `yaml:",omitempty" json:"basictype,omitempty"`
	BasicType NodeReport       `yaml:",omitempty" json:"basictype,omitempty"`
	Endpoint  NodeReport       `yaml:",omitempty" json:"endpoint,omitempty"`
	Enum      NodeReport       `yaml:",omitempty" json:"enum,omitempty"`
	Field     NodeReport       `yaml:",omitempty" json:"field,omitempty"`
	Interface NodeReport       `yaml:",omitempty" json:"interface,omitempty"`
	Relation  NodeReport       `yaml:",omitempty" json:"relation,omitempty"`
	Type      NodeReport       `yaml:",omitempty" json:"type,omitempty"`
	Missing   graph.GraphStats `yaml:",omitempty" json:"missing,omitempty"`
}

func Info

func Info(root *graph.RootNode) (r InfoReport, err error)

type NodeReport

type NodeReport struct {
	Count int            `yaml:",omitempty" json:"count,omitempty"`
	Flags map[string]int `yaml:",omitempty" json:"flags,omitempty"`
}

Jump to

Keyboard shortcuts

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