users

package
v1.1.14 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User added in v1.1.9

type User struct {
	ID          string    `json:"id,omitempty"`
	CreatedAt   time.Time `json:"created_at,omitempty"`
	UpdatedAt   time.Time `json:"updated_at,omitempty"`
	DisplayName string    `json:"displayName,omitempty"`
	Name        string    `json:"display_name,omitempty"`
	Email       string    `json:"email,omitempty"`
}

func Get

func Get(ctx context.ServiceContext, client *clients.GQLClient, id string) (*User, error)

func GetByEmail

func GetByEmail(ctx context.ServiceContext, client *clients.GQLClient, email string) (*User, error)

Jump to

Keyboard shortcuts

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