Documentation
¶
Overview ¶
Package varyd is the Go binding for the varyd wire API: the protobuf definitions under api/proto and the buf-generated gRPC contract under src/proto, shared by the vaql client, the varyd server, and any other consumer. Importing this package registers every contract descriptor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceName ¶
type ServiceName string
ServiceName is the full protobuf name of a varyd gRPC service.
func Services ¶
func Services() []ServiceName
Services returns the sorted full names of every gRPC service the varyd wire contract registers. It is the library's contract surface: a regeneration that drops or renames a service changes this set and fails the contract test.
Click to show internal directories.
Click to hide internal directories.