Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Static ¶
type Static struct {
// contains filtered or unexported fields
}
Static provides statically configured endpoints that proxy requests.
func NewStaticByViper ¶
NewStaticByViper creates a Static proxy based on global Viper configuration.
func (Static) RegisterGRPCAPI ¶
func (Static) RegisterGRPCAPI(r apiserver.GRPCRouter)
RegisterGRPCAPI does nothing.
func (Static) RegisterHTTPAPI ¶
func (p Static) RegisterHTTPAPI(r apiserver.HTTPRouter)
RegisterHTTPAPI registers the proxy endpoints.
Click to show internal directories.
Click to hide internal directories.