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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmail

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmail struct {
	Enabled     bool   `json:"enabled"`
	MailAddress string `json:"mailAddress"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmailIn

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmailIn struct {
	Enabled     bool   `json:"enabled"`
	MailAddress string `json:"mailAddress"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlack

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlack struct {
	Enabled bool   `json:"enabled"`
	URL     string `json:"url"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlackIn

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlackIn struct {
	Enabled bool   `json:"enabled"`
	URL     string `json:"url"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegram

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegram struct {
	ChatID  string `json:"chatId"`
	Enabled bool   `json:"enabled"`
	Token   string `json:"token"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegramIn

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegramIn struct {
	ChatID  string `json:"chatId"`
	Enabled bool   `json:"enabled"`
	Token   string `json:"token"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhook

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhook struct {
	Enabled bool   `json:"enabled"`
	URL     string `json:"url"`
}

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhookIn

type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhookIn struct {
	Enabled bool   `json:"enabled"`
	URL     string `json:"url"`
}

type GithubComKloudliteAPIAppsCommsTypesNotificationType

type GithubComKloudliteAPIAppsCommsTypesNotificationType string
const (
	GithubComKloudliteAPIAppsCommsTypesNotificationTypeAlert        GithubComKloudliteAPIAppsCommsTypesNotificationType = "alert"
	GithubComKloudliteAPIAppsCommsTypesNotificationTypeNotification GithubComKloudliteAPIAppsCommsTypesNotificationType = "notification"
)

func (GithubComKloudliteAPIAppsCommsTypesNotificationType) IsValid

func (GithubComKloudliteAPIAppsCommsTypesNotificationType) MarshalGQL

func (GithubComKloudliteAPIAppsCommsTypesNotificationType) String

func (*GithubComKloudliteAPIAppsCommsTypesNotificationType) UnmarshalGQL

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

type GithubComKloudliteAPIAppsCommsTypesNotifyContent

type GithubComKloudliteAPIAppsCommsTypesNotifyContent struct {
	Body    string `json:"body"`
	Image   string `json:"image"`
	Link    string `json:"link"`
	Subject string `json:"subject"`
	Title   string `json:"title"`
}

type GithubComKloudliteAPIPkgReposMatchType

type GithubComKloudliteAPIPkgReposMatchType string
const (
	GithubComKloudliteAPIPkgReposMatchTypeArray      GithubComKloudliteAPIPkgReposMatchType = "array"
	GithubComKloudliteAPIPkgReposMatchTypeExact      GithubComKloudliteAPIPkgReposMatchType = "exact"
	GithubComKloudliteAPIPkgReposMatchTypeNotInArray GithubComKloudliteAPIPkgReposMatchType = "not_in_array"
	GithubComKloudliteAPIPkgReposMatchTypeRegex      GithubComKloudliteAPIPkgReposMatchType = "regex"
)

func (GithubComKloudliteAPIPkgReposMatchType) IsValid

func (GithubComKloudliteAPIPkgReposMatchType) MarshalGQL

func (GithubComKloudliteAPIPkgReposMatchType) String

func (*GithubComKloudliteAPIPkgReposMatchType) UnmarshalGQL

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

type Mutation

type Mutation struct {
}

type NotificationEdge

type NotificationEdge struct {
	Cursor string              `json:"cursor"`
	Node   *types.Notification `json:"node"`
}

type NotificationPaginatedRecords

type NotificationPaginatedRecords struct {
	Edges      []*NotificationEdge `json:"edges"`
	PageInfo   *PageInfo           `json:"pageInfo"`
	TotalCount int                 `json:"totalCount"`
}

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 {
}

Jump to

Keyboard shortcuts

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