Documentation
¶
Index ¶
- type Source
- func (s *Source) Attach(ctx context.Context, db *db.Pool) (err error)
- func (s *Source) Definition() types.DataSource
- func (s *Source) Detach(ctx context.Context, db *db.Pool) error
- func (s *Source) Engine() engines.Engine
- func (*Source) EngineType() engines.Type
- func (s *Source) IsAttached() bool
- func (s *Source) Name() string
- func (s *Source) ReadOnly() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) Definition ¶
func (s *Source) Definition() types.DataSource
func (*Source) EngineType ¶
func (*Source) IsAttached ¶
Click to show internal directories.
Click to hide internal directories.