graph

package
v0.0.0-...-7eaa7e1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type AnalyticsEventResponse

type AnalyticsEventResponse struct {
	Sent bool `json:"sent"`
}

type AvailableUpdate

type AvailableUpdate struct {
	Version  string `json:"version"`
	Channel  string `json:"channel"`
	Path     string `json:"path"`
	Platform string `json:"platform"`
	Sha256   string `json:"sha256"`
}

type ConfigChangedResponse

type ConfigChangedResponse struct {
	Received bool `json:"received"`
}

type GlobFileResult

type GlobFileResult struct {
	Pattern string `json:"pattern"`
	Path    string `json:"path"`
	Hash    string `json:"hash"`
}

type GlobResult

type GlobResult struct {
	Files []*GlobFileResult `json:"files"`
	Hash  string            `json:"hash"`
}

type Jwt

type Jwt struct {
	Token string `json:"token"`
	User  *User  `json:"user"`
}

type Mutation

type Mutation struct {
}

type NotificationInfo

type NotificationInfo struct {
	ID        string                    `json:"id"`
	Message   string                    `json:"message"`
	Condition string                    `json:"condition"`
	StartDate string                    `json:"startDate"`
	EndDate   string                    `json:"endDate"`
	Repeat    NotificationRepeatType    `json:"repeat"`
	Interrupt NotificationInterruptType `json:"interrupt"`
	Placement NotificationPlacementType `json:"placement"`
}

type NotificationInterruptType

type NotificationInterruptType string
const (
	NotificationInterruptTypeDisabled NotificationInterruptType = "Disabled"
	NotificationInterruptTypePrompt   NotificationInterruptType = "Prompt"
	NotificationInterruptTypeExit     NotificationInterruptType = "Exit"
)

func (NotificationInterruptType) IsValid

func (e NotificationInterruptType) IsValid() bool

func (NotificationInterruptType) MarshalGQL

func (e NotificationInterruptType) MarshalGQL(w io.Writer)

func (NotificationInterruptType) String

func (e NotificationInterruptType) String() string

func (*NotificationInterruptType) UnmarshalGQL

func (e *NotificationInterruptType) UnmarshalGQL(v interface{}) error

type NotificationPlacementType

type NotificationPlacementType string
const (
	NotificationPlacementTypeBeforeCmd NotificationPlacementType = "BeforeCmd"
	NotificationPlacementTypeAfterCmd  NotificationPlacementType = "AfterCmd"
)

func (NotificationPlacementType) IsValid

func (e NotificationPlacementType) IsValid() bool

func (NotificationPlacementType) MarshalGQL

func (e NotificationPlacementType) MarshalGQL(w io.Writer)

func (NotificationPlacementType) String

func (e NotificationPlacementType) String() string

func (*NotificationPlacementType) UnmarshalGQL

func (e *NotificationPlacementType) UnmarshalGQL(v interface{}) error

type NotificationRepeatType

type NotificationRepeatType string
const (
	NotificationRepeatTypeDisabled   NotificationRepeatType = "Disabled"
	NotificationRepeatTypeConstantly NotificationRepeatType = "Constantly"
	NotificationRepeatTypeHourly     NotificationRepeatType = "Hourly"
	NotificationRepeatTypeDaily      NotificationRepeatType = "Daily"
	NotificationRepeatTypeWeekly     NotificationRepeatType = "Weekly"
	NotificationRepeatTypeMonthly    NotificationRepeatType = "Monthly"
)

func (NotificationRepeatType) IsValid

func (e NotificationRepeatType) IsValid() bool

func (NotificationRepeatType) MarshalGQL

func (e NotificationRepeatType) MarshalGQL(w io.Writer)

func (NotificationRepeatType) String

func (e NotificationRepeatType) String() string

func (*NotificationRepeatType) UnmarshalGQL

func (e *NotificationRepeatType) UnmarshalGQL(v interface{}) error

type Organization

type Organization struct {
	URLname string `json:"URLname"`
	Role    string `json:"role"`
}

type ProcessInfo

type ProcessInfo struct {
	Exe string `json:"exe"`
	Pid int    `json:"pid"`
}

type Project

type Project struct {
	Namespace string   `json:"namespace"`
	Locations []string `json:"locations"`
}

type Query

type Query struct {
}

type ReportRuntimeUsageResponse

type ReportRuntimeUsageResponse struct {
	Received bool `json:"received"`
}

type StateVersion

type StateVersion struct {
	License  string `json:"license"`
	Version  string `json:"version"`
	Channel  string `json:"channel"`
	Revision string `json:"revision"`
	Date     string `json:"date"`
}

type User

type User struct {
	UserID        string          `json:"userID"`
	Username      string          `json:"username"`
	Email         string          `json:"email"`
	Organizations []*Organization `json:"organizations"`
}

type Version

type Version struct {
	State *StateVersion `json:"state"`
}

Jump to

Keyboard shortcuts

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