Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IConfigProvider ¶
type IConfigProvider interface { Init(config providers.IProviderConfig) error Read(ctx context.Context, object string, field string, localContext interface{}) (interface{}, error) ReadObject(ctx context.Context, object string, localContext interface{}) (map[string]interface{}, error) Set(ctx context.Context, object string, field string, value interface{}) error SetObject(ctx context.Context, object string, value map[string]interface{}) error Remove(ctx context.Context, object string, field string) error RemoveObject(ctx context.Context, object string) error }
type IExtConfigProvider ¶
Click to show internal directories.
Click to hide internal directories.