fun

package
v0.0.0-...-f8972c9 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AI

type AI struct {
}

func (*AI) Exec

func (c *AI) Exec(ctx shireikan.Context) error

func (*AI) GetDescription

func (c *AI) GetDescription() string

func (*AI) GetDomainName

func (c *AI) GetDomainName() string

func (*AI) GetGroup

func (c *AI) GetGroup() string

func (*AI) GetHelp

func (c *AI) GetHelp() string

func (*AI) GetInvokes

func (c *AI) GetInvokes() []string

func (*AI) GetSubPermissionRules

func (c *AI) GetSubPermissionRules() []shireikan.SubPermission

func (*AI) IsExecutableInDMChannels

func (c *AI) IsExecutableInDMChannels() bool

type Dalle

type Dalle struct {
}

func (*Dalle) Exec

func (c *Dalle) Exec(ctx shireikan.Context) error

func (*Dalle) GetDescription

func (c *Dalle) GetDescription() string

func (*Dalle) GetDomainName

func (c *Dalle) GetDomainName() string

func (*Dalle) GetGroup

func (c *Dalle) GetGroup() string

func (*Dalle) GetHelp

func (c *Dalle) GetHelp() string

func (*Dalle) GetInvokes

func (c *Dalle) GetInvokes() []string

func (*Dalle) GetSubPermissionRules

func (c *Dalle) GetSubPermissionRules() []shireikan.SubPermission

func (*Dalle) IsExecutableInDMChannels

func (c *Dalle) IsExecutableInDMChannels() bool

type MetricTime

type MetricTime struct {
}

func (*MetricTime) Exec

func (c *MetricTime) Exec(ctx shireikan.Context) error

func (*MetricTime) GetDescription

func (c *MetricTime) GetDescription() string

func (*MetricTime) GetDomainName

func (c *MetricTime) GetDomainName() string

func (*MetricTime) GetGroup

func (c *MetricTime) GetGroup() string

func (*MetricTime) GetHelp

func (c *MetricTime) GetHelp() string

func (*MetricTime) GetInvokes

func (c *MetricTime) GetInvokes() []string

func (*MetricTime) GetSubPermissionRules

func (c *MetricTime) GetSubPermissionRules() []shireikan.SubPermission

func (*MetricTime) IsExecutableInDMChannels

func (c *MetricTime) IsExecutableInDMChannels() bool

type XKCD

type XKCD struct {
}

func (*XKCD) Exec

func (c *XKCD) Exec(ctx shireikan.Context) error

func (*XKCD) GetDescription

func (c *XKCD) GetDescription() string

func (*XKCD) GetDomainName

func (c *XKCD) GetDomainName() string

func (*XKCD) GetGroup

func (c *XKCD) GetGroup() string

func (*XKCD) GetHelp

func (c *XKCD) GetHelp() string

func (*XKCD) GetInvokes

func (c *XKCD) GetInvokes() []string

func (*XKCD) GetSubPermissionRules

func (c *XKCD) GetSubPermissionRules() []shireikan.SubPermission

func (*XKCD) IsExecutableInDMChannels

func (c *XKCD) IsExecutableInDMChannels() bool

type Xkcd

type Xkcd struct {
	Month      string `json:"month"`
	Num        int64  `json:"num"`
	Link       string `json:"link"`
	Year       string `json:"year"`
	News       string `json:"news"`
	SafeTitle  string `json:"safe_title"`
	Transcript string `json:"transcript"`
	Alt        string `json:"alt"`
	Img        string `json:"img"`
	Title      string `json:"title"`
	Day        string `json:"day"`
}

Jump to

Keyboard shortcuts

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