Documentation ¶
Index ¶
- type User
- func (user *User) CreateUser(k *keys.Keys, agent string, username string, domain string, externalIP string) (string, error)
- func (user *User) FromString(str string) error
- func (user *User) ReadTLSFromGinCtx(TLSRequest *tls.ConnectionState)
- func (user *User) ToBytes() []byte
- func (user *User) ToString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
func NewUser ¶
func NewUser(TLSRequest *tls.ConnectionState) *User
func (*User) CreateUser ¶
func (*User) FromString ¶
func (*User) ReadTLSFromGinCtx ¶
func (user *User) ReadTLSFromGinCtx(TLSRequest *tls.ConnectionState)
Click to show internal directories.
Click to hide internal directories.