Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + type FieldAPI struct + func New(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, ...) *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