Documentation ¶
Index ¶
- type FieldAPI
- func (f *FieldAPI) Delete(IDs []string) (int64, error)
- func (f *FieldAPI) Get(filters []storageTY.Filter) (*fieldTY.Field, error)
- func (f *FieldAPI) GetByID(id string) (*fieldTY.Field, error)
- func (f *FieldAPI) GetByIDs(gatewayID, nodeID, sourceID, fieldID string) (*fieldTY.Field, error)
- func (f *FieldAPI) GetEntityInterface() interface{}
- func (f *FieldAPI) Import(data interface{}) error
- func (f *FieldAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error)
- func (f *FieldAPI) Save(field *fieldTY.Field, retainValue bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldAPI ¶
type FieldAPI struct {
// contains filtered or unexported fields
}
func (*FieldAPI) GetByIDs ¶
GetByIDs returns a field details by gatewayID, nodeId, sourceID and fieldName of a message
func (*FieldAPI) GetEntityInterface ¶
func (f *FieldAPI) GetEntityInterface() interface{}
Click to show internal directories.
Click to hide internal directories.