mutex

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

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

func NewCommit

func NewCommit() Commit

func (*Commit) Get

func (mutex *Commit) Get() *github.Commit

func (*Commit) Set

func (mutex *Commit) Set(value *github.Commit)

type CommitFiles

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

func NewCommitFiles

func NewCommitFiles() CommitFiles

func (*CommitFiles) Get

func (mutex *CommitFiles) Get() []*github.CommitFile

func (*CommitFiles) Set

func (mutex *CommitFiles) Set(value []*github.CommitFile)

type Int

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

func NewInt

func NewInt() Int

func (*Int) Get

func (mutex *Int) Get() int

func (*Int) Set

func (mutex *Int) Set(value int)

type PR

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

func NewPR

func NewPR() PR

func (*PR) Get

func (mutex *PR) Get() *github.PullRequest

func (*PR) Set

func (mutex *PR) Set(value *github.PullRequest)

type String

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

func NewString

func NewString(val string) String

func (*String) Get

func (str *String) Get() string

func (*String) Set

func (str *String) Set(value string)

type StringList

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

func NewStringList

func NewStringList(list ...string) StringList

func (*StringList) Get

func (str *StringList) Get() []string

func (*StringList) Set

func (str *StringList) Set(value []string)

Jump to

Keyboard shortcuts

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