Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMemSchemaClientBound ¶
func NewMemSchemaClientBound(schemastore store.Store, schemaRef *sdcpb.Schema) schemaClient.SchemaClientBound
Types ¶
type SchemaClientBoundImpl ¶
type SchemaClientBoundImpl struct {
// contains filtered or unexported fields
}
func (*SchemaClientBoundImpl) GetSchemaElements ¶
func (r *SchemaClientBoundImpl) GetSchemaElements(ctx context.Context, p *sdcpb.Path, done chan struct{}) (chan *sdcpb.GetSchemaResponse, error)
func (*SchemaClientBoundImpl) GetSchemaSdcpbPath ¶
func (r *SchemaClientBoundImpl) GetSchemaSdcpbPath(ctx context.Context, path *sdcpb.Path) (*sdcpb.GetSchemaResponse, error)
GetSchemaSdcpbPath retrieves the schema for the given path
Click to show internal directories.
Click to hide internal directories.