Documentation ¶
Overview ¶
Package proto contains interfaces that other packages may need to interact with vtctld, such as to implement plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionRepository ¶
type ActionRepository interface { PopulateKeyspaceActions(actions map[string]template.URL, keyspace string) PopulateShardActions(actions map[string]template.URL, keyspace, shard string) PopulateTabletActions(actions map[string]template.URL, tabletAlias string, r *http.Request) }
ActionRepository is an interface for Explorer plugins to populate actions.
Click to show internal directories.
Click to hide internal directories.