model

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountMembershipIn

type AccountMembershipIn struct {
	AccountName string     `json:"accountName"`
	Role        types.Role `json:"role"`
	UserID      string     `json:"userId"`
}

type AvailableKloudliteRegionIn

type AvailableKloudliteRegionIn struct {
	DisplayName string `json:"displayName"`
	ID          string `json:"id"`
}

type Mutation

type Mutation struct {
}

type PageInfo

type PageInfo struct {
	EndCursor   *string `json:"endCursor,omitempty"`
	HasNextPage *bool   `json:"hasNextPage,omitempty"`
	HasPrevPage *bool   `json:"hasPrevPage,omitempty"`
	StartCursor *string `json:"startCursor,omitempty"`
}

type Query

type Query struct {
}

type User

type User struct {
	ID                 repos.ID                      `json:"id"`
	Accounts           []*entities.AccountMembership `json:"accounts,omitempty"`
	AccountInvitations []*entities.Invitation        `json:"accountInvitations,omitempty"`
}

func (User) IsEntity

func (User) IsEntity()

Jump to

Keyboard shortcuts

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