Documentation
¶
Index ¶
- type ErrUnauthorizedTokenRequest
- type Source
- func (s *Source) Attach(ctx context.Context, db *db.Pool) (err error)
- func (s *Source) CatalogSource(ctx context.Context, db *db.Pool) (sources.Source, 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 (s *Source) IsAttached() bool
- func (s *Source) Name() string
- func (s *Source) ReadOnly() bool
- func (s *Source) Reload(ctx context.Context) error
- func (s *Source) Request(ctx context.Context, path, method, headers, params, body string) (*http.Response, error)
- func (s *Source) SchemaDocument(ctx context.Context) (*ast.SchemaDocument, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrUnauthorizedTokenRequest ¶
type ErrUnauthorizedTokenRequest string
func (*ErrUnauthorizedTokenRequest) Error ¶
func (e *ErrUnauthorizedTokenRequest) Error() string
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) CatalogSource ¶
func (*Source) Definition ¶
func (s *Source) Definition() types.DataSource
func (*Source) IsAttached ¶
func (*Source) SchemaDocument ¶
Click to show internal directories.
Click to hide internal directories.