Versions in this module Expand all Collapse all v0 v0.23.0 Oct 25, 2018 v0.22.0 Oct 13, 2018 Changes in this version + type StaticSource struct + func LoadStaticSource(path string) (*StaticSource, error) + func NewStaticSource(data json.RawMessage) (*StaticSource, error) + func (s *StaticSource) Channels() ([]assets.Channel, error) + func (s *StaticSource) Fields() ([]assets.Field, error) + func (s *StaticSource) Flow(uuid assets.FlowUUID) (assets.Flow, error) + func (s *StaticSource) Groups() ([]assets.Group, error) + func (s *StaticSource) Labels() ([]assets.Label, error) + func (s *StaticSource) Locations() ([]assets.LocationHierarchy, error) + func (s *StaticSource) Resthooks() ([]assets.Resthook, error)