Documentation
¶
Overview ¶
Package http provides the http implementation of the Director interface.
Index ¶
- type Director
- func (d *Director) SendDirective(ctx context.Context, dir *dax.Directive) error
- func (d *Director) SendSnapshotFieldKeysRequest(ctx context.Context, req *dax.SnapshotFieldKeysRequest) error
- func (d *Director) SendSnapshotShardDataRequest(ctx context.Context, req *dax.SnapshotShardDataRequest) error
- func (d *Director) SendSnapshotTableKeysRequest(ctx context.Context, req *dax.SnapshotTableKeysRequest) error
- type DirectorConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Director ¶
type Director struct {
// contains filtered or unexported fields
}
Director is an http implementation of the Director interface.
func NewDirector ¶
func NewDirector(cfg DirectorConfig) *Director
func (*Director) SendDirective ¶
func (*Director) SendSnapshotFieldKeysRequest ¶
func (*Director) SendSnapshotShardDataRequest ¶
func (*Director) SendSnapshotTableKeysRequest ¶
Click to show internal directories.
Click to hide internal directories.