Documentation
¶
Index ¶
- Variables
- type MyScopes
- func (*MyScopes) Descriptor() ([]byte, []int)
- func (m *MyScopes) GetPath() []string
- func (*MyScopes) ProtoMessage()
- func (m *MyScopes) Reset()
- func (m *MyScopes) String() string
- func (m *MyScopes) XXX_DiscardUnknown()
- func (m *MyScopes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MyScopes) XXX_Merge(src proto.Message)
- func (m *MyScopes) XXX_Size() int
- func (m *MyScopes) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var E_Scope = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*MyScopes)(nil), Field: 9966, Name: "scopes.scope", Tag: "bytes,9966,opt,name=scope", Filename: "scope/scope.proto", }
Functions ¶
This section is empty.
Types ¶
type MyScopes ¶
type MyScopes struct {
Path []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*MyScopes) Descriptor ¶
func (*MyScopes) ProtoMessage ¶
func (*MyScopes) ProtoMessage()
func (*MyScopes) XXX_DiscardUnknown ¶
func (m *MyScopes) XXX_DiscardUnknown()
func (*MyScopes) XXX_Marshal ¶
func (*MyScopes) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.