Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidationClient ¶
type ValidationClient interface {
CacheClient.CacheClientBound
SchemaClient.SchemaClientBound
}
ValidationClient provides a client that bundles the bound clients for the cache as well as for the schema, of a certain device.
type ValidationClientImpl ¶ added in v0.0.39
type ValidationClientImpl struct {
CacheClient.CacheClientBound
SchemaClient.SchemaClientBound
}
func NewValidationClient ¶
func NewValidationClient(datastoreName string, c cache.Client, s *schema_server.Schema, sc schema.Client) *ValidationClientImpl
Click to show internal directories.
Click to hide internal directories.