Documentation
¶
Index ¶
- type S3Info
- type SecretInfo
- type Source
- func (s *Source) AsModule() bool
- func (s *Source) Attach(ctx context.Context, pool *db.Pool) error
- func (s *Source) Catalog(ctx context.Context) sources.Source
- func (s *Source) Engine() engines.Engine
- func (s *Source) IsReadonly() bool
- func (s *Source) Name() string
- func (s *Source) RegisterS3(ctx context.Context, info S3Info) error
- func (s *Source) RegisterSecret(ctx context.Context, info SecretInfo) error
- func (s *Source) UnregisterS3(ctx context.Context, name string) error
- func (s *Source) UnregisterSecret(ctx context.Context, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretInfo ¶ added in v0.1.25
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) IsReadonly ¶
func (*Source) RegisterSecret ¶ added in v0.1.25
func (s *Source) RegisterSecret(ctx context.Context, info SecretInfo) error
Click to show internal directories.
Click to hide internal directories.