Documentation
¶
Index ¶
- Variables
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmail
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesEmailIn
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlack
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesSlackIn
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegram
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesTelegramIn
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhook
- type GithubComKloudliteAPIAppsCommsInternalDomainEntitiesWebhookIn
- type GithubComKloudliteAPIAppsCommsTypesNotificationType
- func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) IsValid() bool
- func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) MarshalGQL(w io.Writer)
- func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) String() string
- func (e *GithubComKloudliteAPIAppsCommsTypesNotificationType) UnmarshalGQL(v interface{}) error
- type GithubComKloudliteAPIAppsCommsTypesNotifyContent
- type GithubComKloudliteAPIPkgReposMatchType
- type Mutation
- type NotificationEdge
- type NotificationPaginatedRecords
- type PageInfo
- type Query
Constants ¶
This section is empty.
Variables ¶
View Source
var AllGithubComKloudliteAPIAppsCommsTypesNotificationType = []GithubComKloudliteAPIAppsCommsTypesNotificationType{ GithubComKloudliteAPIAppsCommsTypesNotificationTypeAlert, GithubComKloudliteAPIAppsCommsTypesNotificationTypeNotification, }
View Source
var AllGithubComKloudliteAPIPkgReposMatchType = []GithubComKloudliteAPIPkgReposMatchType{ GithubComKloudliteAPIPkgReposMatchTypeArray, GithubComKloudliteAPIPkgReposMatchTypeExact, GithubComKloudliteAPIPkgReposMatchTypeNotInArray, GithubComKloudliteAPIPkgReposMatchTypeRegex, }
Functions ¶
This section is empty.
Types ¶
type GithubComKloudliteAPIAppsCommsTypesNotificationType ¶
type GithubComKloudliteAPIAppsCommsTypesNotificationType string
const ( GithubComKloudliteAPIAppsCommsTypesNotificationTypeAlert GithubComKloudliteAPIAppsCommsTypesNotificationType = "alert" GithubComKloudliteAPIAppsCommsTypesNotificationTypeNotification GithubComKloudliteAPIAppsCommsTypesNotificationType = "notification" )
func (GithubComKloudliteAPIAppsCommsTypesNotificationType) IsValid ¶
func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) IsValid() bool
func (GithubComKloudliteAPIAppsCommsTypesNotificationType) MarshalGQL ¶
func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) MarshalGQL(w io.Writer)
func (GithubComKloudliteAPIAppsCommsTypesNotificationType) String ¶
func (e GithubComKloudliteAPIAppsCommsTypesNotificationType) String() string
func (*GithubComKloudliteAPIAppsCommsTypesNotificationType) UnmarshalGQL ¶
func (e *GithubComKloudliteAPIAppsCommsTypesNotificationType) UnmarshalGQL(v interface{}) error
type GithubComKloudliteAPIPkgReposMatchType ¶
type GithubComKloudliteAPIPkgReposMatchType string
const ( GithubComKloudliteAPIPkgReposMatchTypeArray GithubComKloudliteAPIPkgReposMatchType = "array" GithubComKloudliteAPIPkgReposMatchTypeExact GithubComKloudliteAPIPkgReposMatchType = "exact" GithubComKloudliteAPIPkgReposMatchTypeNotInArray GithubComKloudliteAPIPkgReposMatchType = "not_in_array" GithubComKloudliteAPIPkgReposMatchTypeRegex GithubComKloudliteAPIPkgReposMatchType = "regex" )
func (GithubComKloudliteAPIPkgReposMatchType) IsValid ¶
func (e GithubComKloudliteAPIPkgReposMatchType) IsValid() bool
func (GithubComKloudliteAPIPkgReposMatchType) MarshalGQL ¶
func (e GithubComKloudliteAPIPkgReposMatchType) MarshalGQL(w io.Writer)
func (GithubComKloudliteAPIPkgReposMatchType) String ¶
func (e GithubComKloudliteAPIPkgReposMatchType) String() string
func (*GithubComKloudliteAPIPkgReposMatchType) UnmarshalGQL ¶
func (e *GithubComKloudliteAPIPkgReposMatchType) UnmarshalGQL(v interface{}) error
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"`
}
Click to show internal directories.
Click to hide internal directories.