Documentation
¶
Index ¶
- type QueryResult
- type Service
- func (s *Service) ClearGraphHealthyStatus()
- func (s *Service) GetVertex(key string) (graphlib.Vertex, error)
- func (s *Service) GetVertexAttributes(key string) ([]VertexAttribute, error)
- func (s *Service) Path(kSrc, ktgt string) (QueryResult, error)
- func (s *Service) SetVertexHealth(key string, health bool) error
- func (s *Service) Summary() Summary
- func (s *Service) VertexDependencies(key string, all bool) (QueryResult, error)
- func (s *Service) VertexDependents(key string, all bool) (QueryResult, error)
- func (s *Service) VertexNeighbors(key string) (QueryResult, error)
- type Summary
- type VertexAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryResult ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ClearGraphHealthyStatus ¶
func (s *Service) ClearGraphHealthyStatus()
func (*Service) GetVertexAttributes ¶
func (s *Service) GetVertexAttributes(key string) ([]VertexAttribute, error)
func (*Service) VertexDependencies ¶
func (s *Service) VertexDependencies(key string, all bool) (QueryResult, error)
func (*Service) VertexDependents ¶
func (s *Service) VertexDependents(key string, all bool) (QueryResult, error)
func (*Service) VertexNeighbors ¶
func (s *Service) VertexNeighbors(key string) (QueryResult, error)
type VertexAttribute ¶
Click to show internal directories.
Click to hide internal directories.