_2_embedding

package
v0.0.0-...-24b7180 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	// contains filtered or unexported fields
}

func (*User) Password

func (u *User) Password() string

func (*User) Username

func (u *User) Username() string

type UserForLogin

type UserForLogin interface {
	Username() string
	Password() string
	Token() string
}

type UserLoginAdapter

type UserLoginAdapter struct {
	User
}

func (*UserLoginAdapter) Token

func (u *UserLoginAdapter) Token() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL