dto

package
v0.0.0-...-9cc3d76 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StringToBytes

func StringToBytes(s string) []byte

Types

type PasswordStore

type PasswordStore struct {
	ID          int    `json:"id"`
	Link        string `json:"link"`
	UserName    string `json:"userName"`
	Password    string `json:"password"`
	Description string `json:"description"`
	Master      string `json:"master"`
}

type Users

type Users struct {
	ID       int    `json:"id"`
	Email    string `json:"email"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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