Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteToDisk ¶
WriteToDisk writes some data to disk
Types ¶
type HTTPpayload ¶
type PrototypeRequest ¶
type PrototypeRequest struct {
Cluster string `json:"cluster"`
Service string `json:"service"`
ID string `json:"id"`
Tags []string `json:"tags"`
EnvoyInfo *EnvoyInfo `json:"envoy_info"`
}
func DecodeFromBytes ¶
func DecodeFromBytes(q []byte) (PrototypeRequest, error)
func (PrototypeRequest) EncodeToBytes ¶
func (m PrototypeRequest) EncodeToBytes() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.