Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.0.5
type Options struct {
Kind ServerKind
}
type ServerKind ¶ added in v0.0.5
type ServerKind string
const ( GRPC ServerKind = "grpc" HTTP ServerKind = "http" )
Click to show internal directories.
Click to hide internal directories.