interfaces

package
v0.0.0-...-6720ee0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2023 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Helper

type Helper interface {
	CompareHashAndPassword(a string, b string) error
	Copy(a interface{}, b interface{}) (interface{}, error)
	GenerateTokenAdmin(admin models.AdminDetailsResponse) (string, error)
	CreateHashPassword(string) (string, error)
	UploadToS3(file *multipart.FileHeader) (string, error)
	GenerateTokenProvider(details domain.Provider) (string, error)
	GenerateTokenUser(details domain.User) (string, error)
}

Jump to

Keyboard shortcuts

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