models

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2025 License: GPL-3.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 ApiKeyData added in v0.0.3

type ApiKeyData struct {
	Username         string `json:"username"`
	APIKey           string `json:"api_key"`
	PhoneIslandToken string `json:"phone_island_token"`
}

type OTPJson added in v0.0.3

type OTPJson struct {
	Username string `json:"username" structs:"username"`
	OTP      string `json:"otp" structs:"otp"`
}

type UserSession added in v0.0.3

type UserSession struct {
	Username     string
	JWTToken     string
	NethCTIToken string
	OTP_Verified bool
}

Jump to

Keyboard shortcuts

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