users

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 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 User

type User struct {
	Username    string `json:"Username"`
	DisplayName string `json:"Displayname"`
	Id          int    `json:"UserId"`
}

type Users

type Users struct {
	Users []*User `json:"Users"`
	// contains filtered or unexported fields
}

func NewUsersService added in v0.0.5

func NewUsersService(request warp.Request) *Users

func (*Users) AllUsernames added in v0.0.5

func (u *Users) AllUsernames() ([]*User, error)

Jump to

Keyboard shortcuts

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