Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2024 v0.1.0 Oct 8, 2024 Changes in this version + type FunctionLoader struct + LoadFn func(ctx context.Context, data interface{}, batchID string, options ...Option) error + func (m *FunctionLoader) Load(ctx context.Context, data interface{}, batchID string, options ...Option) error + type Loader interface + Load func(ctx context.Context, data interface{}, batchID string, options ...Option) error + type Option func(o *Options) + func WithInstanceId(instanceId string) Option + type Options struct + func NewOptions(options ...Option) *Options + func (o *Options) Apply(opts ...Option) + func (o *Options) GetInstanceId() string