source

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SourceAPI

type SourceAPI struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, bus busTY.Plugin) *SourceAPI

func (*SourceAPI) Delete

func (s *SourceAPI) Delete(IDs []string) (int64, error)

Delete source

func (*SourceAPI) Get

func (s *SourceAPI) Get(filters []storageTY.Filter) (*sourceTY.Source, error)

Get returns a source

func (*SourceAPI) GetByIDs

func (s *SourceAPI) GetByIDs(gatewayID, nodeID, sourceID string) (*sourceTY.Source, error)

GetByIDs returns a source details by gatewayID, nodeId and sourceID of a message

func (*SourceAPI) GetEntityInterface

func (s *SourceAPI) GetEntityInterface() interface{}

func (*SourceAPI) Import

func (s *SourceAPI) Import(data interface{}) error

func (*SourceAPI) List

func (s *SourceAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error)

List by filter and pagination

func (*SourceAPI) Save

func (s *SourceAPI) Save(source *sourceTY.Source) error

Save a source details

Jump to

Keyboard shortcuts

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