Versions in this module Expand all Collapse all v0 v0.7.0 Dec 5, 2019 Changes in this version + var Function_name = map[int32]string + var Function_value = map[string]int32 + var Module_name = map[int32]string + var Module_value = map[string]int32 + type Function int32 + const Function_GREETING + func (Function) EnumDescriptor() ([]byte, []int) + func (x Function) String() string + type Hello struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Hello) Descriptor() ([]byte, []int) + func (*Hello) ProtoMessage() + func (dst *Hello) XXX_Merge(src proto.Message) + func (m *Hello) GetName() string + func (m *Hello) Reset() + func (m *Hello) String() string + func (m *Hello) XXX_DiscardUnknown() + func (m *Hello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Hello) XXX_Size() int + func (m *Hello) XXX_Unmarshal(b []byte) error + type HelloModule struct + func (m *HelloModule) HandleCall(session *drpc.Session, function int32, body []byte) ([]byte, error) + func (m *HelloModule) ID() int32 + type HelloResponse struct + Greeting string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HelloResponse) Descriptor() ([]byte, []int) + func (*HelloResponse) ProtoMessage() + func (dst *HelloResponse) XXX_Merge(src proto.Message) + func (m *HelloResponse) GetGreeting() string + func (m *HelloResponse) Reset() + func (m *HelloResponse) String() string + func (m *HelloResponse) XXX_DiscardUnknown() + func (m *HelloResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HelloResponse) XXX_Size() int + func (m *HelloResponse) XXX_Unmarshal(b []byte) error + type Module int32 + const Module_HELLO + func (Module) EnumDescriptor() ([]byte, []int) + func (x Module) String() string