Documentation ¶ Index ¶ type OpenId func (id OpenId) ChanNo() (string, error) func (id OpenId) Init(uid int64, chanNo string) OpenId func (id OpenId) String() string func (id OpenId) Uid() (int64, error) func (id OpenId) UidAndChanNo() (int64, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OpenId ¶ type OpenId string func (OpenId) ChanNo ¶ func (id OpenId) ChanNo() (string, error) func (OpenId) Init ¶ func (id OpenId) Init(uid int64, chanNo string) OpenId Init openId 编码 func (OpenId) String ¶ func (id OpenId) String() string func (OpenId) Uid ¶ func (id OpenId) Uid() (int64, error) func (OpenId) UidAndChanNo ¶ func (id OpenId) UidAndChanNo() (int64, string, error) Source Files ¶ View all Source files openid.go Click to show internal directories. Click to hide internal directories.