admin

package
v0.0.0-...-19c0e9e Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminInfo

type AdminInfo struct {
}

type DeleteByIDRequest

type DeleteByIDRequest struct {
}

type DeleteByIDResponse

type DeleteByIDResponse struct {
}

type GetAllRequest

type GetAllRequest struct {
}

type GetAllResponse

type GetAllResponse struct {
}

type GetByIDRequest

type GetByIDRequest struct {
}

type GetByIDResponse

type GetByIDResponse struct {
}

type LoginRequest

type LoginRequest struct {
}

type LoginResponse

type LoginResponse struct {
}

type ProfileRequest

type ProfileRequest struct {
}

type ProfileResponse

type ProfileResponse struct {
}

type RefreshTokenRequest

type RefreshTokenRequest struct {
	RefreshToken string `form:"refresh_token" json:"refresh_token"`
}

type RefreshTokenResponse

type RefreshTokenResponse struct {
	Tokens      Tokens            `json:"tokens"`
	FieldErrors map[string]string `json:"field_errors,omitempty"`
}

type RegisterRequest

type RegisterRequest struct {
}

type RegisterResponse

type RegisterResponse struct {
}

type Tokens

type Tokens struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

Jump to

Keyboard shortcuts

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