Documentation
¶
Overview ¶
Package com_hailooss_service_ldap_readusers is a generated protocol buffer package.
It is generated from these files:
github.com/hailooss/ldap-service/proto/readusers/readusers.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Ids []string `protobuf:"bytes,1,rep,name=ids" json:"ids,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Users []*com_hailooss_service_ldap.User `protobuf:"bytes,1,rep,name=users" json:"users,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetUsers ¶
func (m *Response) GetUsers() []*com_hailooss_service_ldap.User
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.