Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + type ForwardPayloadAPI struct + func New(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, ...) *ForwardPayloadAPI + func (fpl *ForwardPayloadAPI) Delete(IDs []string) (int64, error) + func (fpl *ForwardPayloadAPI) Disable(ids []string) error + func (fpl *ForwardPayloadAPI) Enable(ids []string) error + func (fpl *ForwardPayloadAPI) Get(filters []storageTY.Filter) (*fwdPayloadTY.Config, error) + func (fpl *ForwardPayloadAPI) GetEntityInterface() interface{} + func (fpl *ForwardPayloadAPI) Import(data interface{}) error + func (fpl *ForwardPayloadAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error) + func (fpl *ForwardPayloadAPI) Save(fp *fwdPayloadTY.Config) error