Documentation ¶
Overview ¶
Package com_hailocab_kernel_platform_jsonschema is a generated protocol buffer package.
It is generated from these files:
github.com/hailocab/h2/go/internal/p/proto/jsonschema/jsonschema.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Endpoint *string `protobuf:"bytes,1,opt,name=endpoint" json:"endpoint,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetEndpoint ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Jsonschema *string `protobuf:"bytes,1,opt,name=jsonschema" json:"jsonschema,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetJsonschema ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.