radar

package
v0.0.0-...-98fbc39 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Radar

type Radar struct {
	// contains filtered or unexported fields
}

func NewRadar

func NewRadar(cfg *RadarConfig) *Radar

func (*Radar) AddDefaultParagraphs

func (r *Radar) AddDefaultParagraphs(ctx context.Context) error

func (*Radar) AddParagraph

func (r *Radar) AddParagraph(paragraph string)

func (*Radar) Body

func (r *Radar) Body(ctx context.Context) string

func (*Radar) ClosePrevious

func (r *Radar) ClosePrevious(ctx context.Context) error

func (*Radar) Create

func (r *Radar) Create(ctx context.Context) (*github.Issue, error)

func (*Radar) GetPrevious

func (r *Radar) GetPrevious(ctx context.Context) *github.Issue

func (*Radar) PreviousTasksParagraphs

func (r *Radar) PreviousTasksParagraphs(ctx context.Context) ([]string, error)

func (*Radar) PreviouslyParagraph

func (r *Radar) PreviouslyParagraph(ctx context.Context) string

func (*Radar) Title

func (r *Radar) Title() string

func (*Radar) WhatsUpParagraph

func (r *Radar) WhatsUpParagraph() string

type RadarConfig

type RadarConfig struct {
	GitHub    *gh.Client
	Mention   string
	RepoOwner string
	RepoName  string
}

Jump to

Keyboard shortcuts

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