Documentation ¶ Index ¶ func Render(vars []*Collect) string func ToChannel(opts *config.Options, bot *tgbotapi.BotAPI, text string) bool func ToIssues(ctx context.Context, opts *config.Options, text string) bool type Collect type GitHub func NewGitHub() *GitHub func (gh *GitHub) Render(vars []*Collect) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Render ¶ added in v0.5.5 func Render(vars []*Collect) string func ToChannel ¶ func ToChannel(opts *config.Options, bot *tgbotapi.BotAPI, text string) bool ToChannel for publish to message to Telegram channel, returns boolean as result. func ToIssues ¶ added in v0.7.0 func ToIssues(ctx context.Context, opts *config.Options, text string) bool Types ¶ type Collect ¶ added in v0.5.5 type Collect struct { Arc string Dst map[string]string } type GitHub ¶ added in v0.7.0 type GitHub struct { // contains filtered or unexported fields } func NewGitHub ¶ added in v0.7.0 func NewGitHub() *GitHub func (*GitHub) Render ¶ added in v0.7.0 func (gh *GitHub) Render(vars []*Collect) string Source Files ¶ View all Source files channel.go doc.go github.go Click to show internal directories. Click to hide internal directories.