types

package
v0.0.0-...-dd74ac0 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 1 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 interface {
	GetId() string
	// Get SHA-3/512 hash "id" in hex-string format.
	//
	// (if you need hash in other algorithm, used method GetId()
	// for calculating in other hash)
	GetHashId() string
	IsEquelHashId(hashId string) bool
	GetFirstName() string
	GetLastName() string
	GetBirthday() *time.Time
	// Is equel hash Id. (SHA-3/512 hash "id" in hex-string format)
	//
	// (if you need hash in other algorithm, used method GetId()
	// for calculating in other hash)
	GetHashToken() string
}

Jump to

Keyboard shortcuts

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