Documentation
¶
Index ¶
- type Plugin
- type Repo
- func (gr *Repo) Attr(name string) (starlark.Value, error)
- func (gr *Repo) AttrNames() []string
- func (gr *Repo) Freeze()
- func (*Repo) Hash() (uint32, error)
- func (gr *Repo) MakeLocalPath(path string) string
- func (gr *Repo) String() string
- func (gr *Repo) Truth() starlark.Bool
- func (gr *Repo) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func NewGitRepo ¶
func NewGitRepo(t *starlark.Thread, path string) (*Repo, error)
func (*Repo) MakeLocalPath ¶
func (gr *Repo) MakeLocalPath(path string) string
Click to show internal directories.
Click to hide internal directories.