integrations

package
v0.0.0-...-4e89ec9 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Integration

type Integration struct {
	Id       primitive.ObjectID `bson:"_id"`
	App      string             `bson:"app"`
	Webhooks []Webhook          `bson:"webhooks"`
}

type Webhook

type Webhook struct {
	ApplicationId string `bson:"application_id"`
	Avatar        string `bson:"avatar"`
	ChannelId     string `bson:"channel_id"`
	GuildId       string `bson:"guild_id"`
	Id            string `bson:"id"`
	Name          string `bson:"name"`
	Token         string `bson:"token"`
	Type          int    `bson:"type"`
	URL           string `bson:"url"`
}

Jump to

Keyboard shortcuts

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