Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var E_Data = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*ResponseType)(nil), Field: 2000, Name: "morse.api.response.data", Tag: "varint,2000,opt,name=data,enum=morse.api.response.ResponseType", Filename: "morse.proto", }
View Source
var ResponseType_name = map[int32]string{
0: "Object",
1: "Array",
}
View Source
var ResponseType_value = map[string]int32{
"Object": 0,
"Array": 1,
}
Functions ¶
This section is empty.
Types ¶
type ResponseType ¶
type ResponseType int32
const ( ResponseType_Object ResponseType = 0 ResponseType_Array ResponseType = 1 )
func (ResponseType) EnumDescriptor ¶
func (ResponseType) EnumDescriptor() ([]byte, []int)
func (ResponseType) String ¶
func (x ResponseType) String() string
Click to show internal directories.
Click to hide internal directories.