Documentation ¶ Index ¶ type Source func New(qe types.Querier) *Source func (s *Source) AsModule() bool func (s *Source) Attach(ctx context.Context, db *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 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 New ¶ func New(qe types.Querier) *Source func (*Source) AsModule ¶ func (s *Source) AsModule() bool func (*Source) Attach ¶ func (s *Source) Attach(ctx context.Context, db *db.Pool) error func (*Source) Catalog ¶ func (s *Source) Catalog(ctx context.Context) sources.Source func (*Source) Engine ¶ func (s *Source) Engine() engines.Engine func (*Source) IsReadonly ¶ func (s *Source) IsReadonly() bool func (*Source) Name ¶ func (s *Source) Name() string Source Files ¶ View all Source files source.goudf.go Click to show internal directories. Click to hide internal directories.