Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + type SourceAPI struct + func New(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, ...) *SourceAPI + func (s *SourceAPI) Delete(IDs []string) (int64, error) + func (s *SourceAPI) Get(filters []storageTY.Filter) (*sourceTY.Source, error) + func (s *SourceAPI) GetByIDs(gatewayID, nodeID, sourceID string) (*sourceTY.Source, error) + func (s *SourceAPI) GetEntityInterface() interface{} + func (s *SourceAPI) Import(data interface{}) error + func (s *SourceAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error) + func (s *SourceAPI) Save(source *sourceTY.Source) error