gitlab

package
v0.0.0-...-6ff2b6b Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Comment

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

func (*Comment) Creation

func (p *Comment) Creation() time.Time

func (*Comment) Key

func (p *Comment) Key() string

func (*Comment) LastMod

func (p *Comment) LastMod() time.Time

func (*Comment) Message

func (p *Comment) Message() string

type Config

type Config struct {
	BaseURL string
	Token   string
}

type Issue

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

func (*Issue) Comments

func (p *Issue) Comments() (a []fs.Comment, err error)

func (*Issue) Creation

func (p *Issue) Creation() time.Time

func (*Issue) Key

func (p *Issue) Key() string

func (*Issue) LastMod

func (p *Issue) LastMod() time.Time

func (*Issue) Message

func (p *Issue) Message() string
func (p *Issue) PermaLink() string

func (*Issue) Subject

func (p *Issue) Subject() string

type Service

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

func NewService

func NewService(config *Config) (*Service, error)

func (*Service) List

func (p *Service) List() ([]fs.Task, error)

func (*Service) Name

func (p *Service) Name() string

Jump to

Keyboard shortcuts

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