iam

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserService

type UserService interface {
	GetUser(ctx context.Context, name string) (*types.User, error)
	GetCurrentUser(ctx context.Context) (*types.User, error)
	ListUsers(ctx context.Context) ([]*types.User, error)
}

func NewIamUserService

func NewIamUserService(ctx context.Context, cfg *aws.Config) (UserService, error)

Jump to

Keyboard shortcuts

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