service

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IService

type IService interface {
	SignIn(username, password, poolClientID string) (string, error)
	SignUp(username, password, poolClientID string) error
	ConfirmSignUp(username, confirmationCode, poolClientID string) error
	DeleteUser(accessToken string) error
	CreatePool(name string) (string, error)
	CreatePoolClient(name, poolID string) (string, error)
	DescribePool(poolID string) (string, error)
	DeletePool(poolID string) error
	DeletePoolClient(poolID, clientID string) error
}

func New

func New(config *config.AWS) (IService, error)

Jump to

Keyboard shortcuts

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