Documentation
¶
Index ¶
- type Source
- func (s *Source) AsModule() bool
- func (s *Source) Attach(ctx context.Context, pool *db.Pool) error
- func (s *Source) Catalog(_ context.Context) (cs.Catalog, error)
- func (s *Source) DataSourceServiceSetup(resolver sources.DataSourceResolver)
- func (s *Source) Engine() engines.Engine
- func (s *Source) IsReadonly() bool
- func (s *Source) Name() string
- func (s *Source) Subscribe(ctx context.Context, field *ast.Field, vars map[string]any) (*sources.SubscriptionResult, error)
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
}
Source is the core.models runtime module.
func (*Source) DataSourceServiceSetup ¶
func (s *Source) DataSourceServiceSetup(resolver sources.DataSourceResolver)
DataSourceServiceSetup implements sources.RuntimeSourceDataSourceUser.
func (*Source) IsReadonly ¶
Click to show internal directories.
Click to hide internal directories.