Documentation ¶
Index ¶
Constants ¶
View Source
const ( MINILOCK_ID_KEY = "minilock_id" MINILOCK_KEYPAIR_KEY = "minilock_keypair" WEBSOCKET_CONNECTION = "websocket_connection" AuthError = "Error authorizing you" )
Variables ¶
View Source
var ( ErrAuthTokenNotFound = errors.New("Auth token not found") ErrMinilockIDNotFound = errors.New("miniLock ID not found") )
Functions ¶
Types ¶
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
func (*Mapper) SetMinilockID ¶
Click to show internal directories.
Click to hide internal directories.