Documentation ¶
Overview ¶
Package com_hailocab_service_login_authas is a generated protocol buffer package.
It is generated from these files:
github.com/hailocab/h2/proto/login/proto/authas/authas.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 { Username *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"` // application is for h2 login and namespaces our user pool Application *string `protobuf:"bytes,2,opt,name=application" json:"application,omitempty"` DeviceType *string `protobuf:"bytes,3,opt,name=deviceType" json:"deviceType,omitempty"` // meta data is optional meta data for h2 logins to attach to the login record, things like IP etc. Meta []*com_hailocab_service_login.KeyValue `protobuf:"bytes,4,rep,name=meta" json:"meta,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetApplication ¶
func (*Request) GetDeviceType ¶
func (*Request) GetMeta ¶
func (m *Request) GetMeta() []*com_hailocab_service_login.KeyValue
func (*Request) GetUsername ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.