Documentation
¶
Overview ¶
Package schema implements the Schema domain. This domain is deprecated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Domain ¶
type Domain struct {
Name string `json:"name"` // Domain name.
Version string `json:"version"` // Domain version.
}
Domain Description of the protocol domain.
type GetDomainsReply ¶
type GetDomainsReply struct {
Domains []Domain `json:"domains"` // List of supported domains.
}
GetDomainsReply represents the return values for GetDomains in the Schema domain.
Click to show internal directories.
Click to hide internal directories.