Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
proto.proto
It has these top-level messages:
ShareInfo PersonInfo FlatInfo
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlatInfo ¶
type FlatInfo struct { OwnerInfo *PersonInfo `protobuf:"bytes,2,opt,name=ownerInfo" json:"ownerInfo,omitempty"` }
func (*FlatInfo) Descriptor ¶
func (*FlatInfo) GetOwnerInfo ¶
func (m *FlatInfo) GetOwnerInfo() *PersonInfo
func (*FlatInfo) GetShareInfo ¶
func (*FlatInfo) GetShareeInfo ¶
func (m *FlatInfo) GetShareeInfo() *PersonInfo
func (*FlatInfo) ProtoMessage ¶
func (*FlatInfo) ProtoMessage()
type PersonInfo ¶
type PersonInfo struct { Login string `protobuf:"bytes,1,opt,name=login" json:"login,omitempty"` Uid int64 `protobuf:"varint,2,opt,name=uid" json:"uid,omitempty"` Department string `protobuf:"bytes,3,opt,name=department" json:"department,omitempty"` Group string `protobuf:"bytes,4,opt,name=group" json:"group,omitempty"` Organization string `protobuf:"bytes,5,opt,name=organization" json:"organization,omitempty"` Company string `protobuf:"bytes,6,opt,name=company" json:"company,omitempty"` Office string `protobuf:"bytes,7,opt,name=office" json:"office,omitempty"` }
func (*PersonInfo) Descriptor ¶
func (*PersonInfo) Descriptor() ([]byte, []int)
func (*PersonInfo) ProtoMessage ¶
func (*PersonInfo) ProtoMessage()
func (*PersonInfo) Reset ¶
func (m *PersonInfo) Reset()
func (*PersonInfo) String ¶
func (m *PersonInfo) String() string
type ShareInfo ¶
type ShareInfo struct {}
func (*ShareInfo) Descriptor ¶
func (*ShareInfo) ProtoMessage ¶
func (*ShareInfo) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.