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