Documentation
¶
Index ¶
- Variables
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) String() string
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type Kaka
- func (*Kaka) Descriptor() ([]byte, []int)
- func (m *Kaka) GetKaka1() string
- func (m *Kaka) GetKaka2() string
- func (m *Kaka) GetKaka3() string
- func (m *Kaka) GetKaka4() string
- func (m *Kaka) GetKaka5() string
- func (*Kaka) ProtoMessage()
- func (m *Kaka) Reset()
- func (m *Kaka) String() string
- func (m *Kaka) XXX_DiscardUnknown()
- func (m *Kaka) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Kaka) XXX_Merge(src proto.Message)
- func (m *Kaka) XXX_Size() int
- func (m *Kaka) XXX_Unmarshal(b []byte) error
- type SecurityRole
- type SecurityRule
- type UUID
- func (*UUID) Descriptor() ([]byte, []int)
- func (m *UUID) GetValue() string
- func (*UUID) ProtoMessage()
- func (m *UUID) Reset()
- func (m *UUID) String() string
- func (m *UUID) XXX_DiscardUnknown()
- func (m *UUID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UUID) XXX_Merge(src proto.Message)
- func (m *UUID) XXX_Size() int
- func (m *UUID) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var E_Custom = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FieldOptions)(nil), ExtensionType: (*string)(nil), Field: 51242, Name: "goff.custom", Tag: "bytes,51242,opt,name=custom", Filename: "ares/proto/goff.proto", }
View Source
var E_NatsQueue = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FileOptions)(nil), ExtensionType: (*string)(nil), Field: 51237, Name: "goff.nats_queue", Tag: "bytes,51237,opt,name=nats_queue", Filename: "ares/proto/goff.proto", }
View Source
var E_NatsSubject = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FileOptions)(nil), ExtensionType: (*string)(nil), Field: 51236, Name: "goff.nats_subject", Tag: "bytes,51236,opt,name=nats_subject", Filename: "ares/proto/goff.proto", }
View Source
var E_Nullable = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FieldOptions)(nil), ExtensionType: (*bool)(nil), Field: 51243, Name: "goff.nullable", Tag: "varint,51243,opt,name=nullable", Filename: "ares/proto/goff.proto", }
View Source
var E_ResponseEvent = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*string)(nil), Field: 51238, Name: "goff.response_event", Tag: "bytes,51238,opt,name=response_event", Filename: "ares/proto/goff.proto", }
View Source
var E_Secured = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*string)(nil), Field: 51239, Name: "goff.secured", Tag: "bytes,51239,opt,name=secured", Filename: "ares/proto/goff.proto", }
View Source
var E_Test = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*Kaka)(nil), Field: 51256, Name: "goff.test", Tag: "bytes,51256,opt,name=test", Filename: "ares/proto/goff.proto", }
View Source
var SecurityRole_name = map[int32]string{
0: "SYS_ADMIN",
1: "CARE_PROVIDER_ADMIN",
2: "CARE_PROVIDER_MEMBER",
3: "CARE_PROVIDER_MEMBER_PRE_SWITCH",
4: "PATIENT",
5: "PATIENT_PRE_SWITCH",
}
View Source
var SecurityRole_value = map[string]int32{
"SYS_ADMIN": 0,
"CARE_PROVIDER_ADMIN": 1,
"CARE_PROVIDER_MEMBER": 2,
"CARE_PROVIDER_MEMBER_PRE_SWITCH": 3,
"PATIENT": 4,
"PATIENT_PRE_SWITCH": 5,
}
View Source
var SecurityRule_name = map[int32]string{
0: "IS_AUTHENTICATED",
1: "IS_ANONYMOUS",
2: "DENY_ALL",
}
View Source
var SecurityRule_value = map[string]int32{
"IS_AUTHENTICATED": 0,
"IS_ANONYMOUS": 1,
"DENY_ALL": 2,
}
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type Kaka ¶ added in v1.0.1
type Kaka struct { Kaka1 string `protobuf:"bytes,1,opt,name=Kaka1,proto3" json:"Kaka1,omitempty"` Kaka2 string `protobuf:"bytes,2,opt,name=Kaka2,proto3" json:"Kaka2,omitempty"` Kaka3 string `protobuf:"bytes,3,opt,name=Kaka3,proto3" json:"Kaka3,omitempty"` Kaka4 string `protobuf:"bytes,4,opt,name=Kaka4,proto3" json:"Kaka4,omitempty"` Kaka5 string `protobuf:"bytes,5,opt,name=Kaka5,proto3" json:"Kaka5,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Kaka) Descriptor ¶ added in v1.0.1
func (*Kaka) ProtoMessage ¶ added in v1.0.1
func (*Kaka) ProtoMessage()
func (*Kaka) XXX_DiscardUnknown ¶ added in v1.0.1
func (m *Kaka) XXX_DiscardUnknown()
func (*Kaka) XXX_Marshal ¶ added in v1.0.1
func (*Kaka) XXX_Unmarshal ¶ added in v1.0.1
type SecurityRole ¶ added in v1.0.1
type SecurityRole int32
const ( SecurityRole_SYS_ADMIN SecurityRole = 0 SecurityRole_CARE_PROVIDER_ADMIN SecurityRole = 1 SecurityRole_CARE_PROVIDER_MEMBER SecurityRole = 2 SecurityRole_CARE_PROVIDER_MEMBER_PRE_SWITCH SecurityRole = 3 SecurityRole_PATIENT SecurityRole = 4 SecurityRole_PATIENT_PRE_SWITCH SecurityRole = 5 )
func (SecurityRole) EnumDescriptor ¶ added in v1.0.1
func (SecurityRole) EnumDescriptor() ([]byte, []int)
func (SecurityRole) String ¶ added in v1.0.1
func (x SecurityRole) String() string
type SecurityRule ¶ added in v1.0.1
type SecurityRule int32
const ( SecurityRule_IS_AUTHENTICATED SecurityRule = 0 SecurityRule_IS_ANONYMOUS SecurityRule = 1 SecurityRule_DENY_ALL SecurityRule = 2 )
func (SecurityRule) EnumDescriptor ¶ added in v1.0.1
func (SecurityRule) EnumDescriptor() ([]byte, []int)
func (SecurityRule) String ¶ added in v1.0.1
func (x SecurityRule) String() string
type UUID ¶
type UUID struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UUID) Descriptor ¶
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) XXX_DiscardUnknown ¶
func (m *UUID) XXX_DiscardUnknown()
func (*UUID) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.