userloginstate

package
v0.0.0-...-df39993 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a user login state client that conforms to the following lib/services interfaces: * services.UserLoginStates

func NewClient

NewClient creates a new user login state client.

func (*Client) DeleteAllUserLoginStates

func (c *Client) DeleteAllUserLoginStates(ctx context.Context) error

DeleteAllUserLoginStates removes all user login states.

func (*Client) DeleteUserLoginState

func (c *Client) DeleteUserLoginState(ctx context.Context, name string) error

DeleteUserLoginState removes the specified user login state resource.

func (*Client) GetUserLoginState

func (c *Client) GetUserLoginState(ctx context.Context, name string) (*userloginstate.UserLoginState, error)

GetUserLoginState returns the specified user login state resource.

func (*Client) GetUserLoginStates

func (c *Client) GetUserLoginStates(ctx context.Context) ([]*userloginstate.UserLoginState, error)

GetUserLoginStates returns a list of all user login states.

func (*Client) UpsertUserLoginState

func (c *Client) UpsertUserLoginState(ctx context.Context, uls *userloginstate.UserLoginState) (*userloginstate.UserLoginState, error)

UpsertUserLoginState creates or updates a user login state resource.

Jump to

Keyboard shortcuts

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