users

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Id    string       `json:"id"`
	Name  string       `json:"name"`
	Teams []teams.Team `json:"teams"`
}

func GetMe

func GetMe(client *api_client.ApiClient) (User, error)

type UserData

type UserData struct {
	User User `json:"user"`
}

Jump to

Keyboard shortcuts

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