Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate(source *system_proto.DataSource) validators.ValidationError
Types ¶
type Loader ¶
type Loader interface {
Load(ctx context.Context, mesh string, source *system_proto.DataSource) ([]byte, error)
}
func NewDataSourceLoader ¶
func NewDataSourceLoader(secretManager manager.ResourceManager) Loader
Click to show internal directories.
Click to hide internal directories.