Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client = configbase.Client
type Config ¶
type Config struct { Client `yaml:"client"` Manager `yaml:"manager"` Sources `yaml:"sources"` *Log `yaml:"log,omitempty"` // contains filtered or unexported fields }
func (*Config) GetClientPool ¶
func (*Config) GetManager ¶
type Log ¶
type Log = configbase.Log
type Manager ¶
type Manager struct { GraphName string `yaml:"spaceName"` configbase.Manager `yaml:",inline"` }
type Source ¶
type Source struct { configbase.Source `yaml:",inline"` Nodes specv3.Nodes `yaml:"tags,omitempty"` Edges specv3.Edges `yaml:"edges,omitempty"` }
func (*Source) BuildGraph ¶
type Sources ¶
type Sources []Source
func (Sources) OptimizePath ¶
OptimizePath optimizes relative paths base to the configuration file path
func (*Sources) OptimizePathWildCard ¶
OptimizePathWildCard optimizes the wildcards in the paths
Click to show internal directories.
Click to hide internal directories.