repository

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	GetFiles(options RepositoryOptions) ([]string, error)
	CreateFile(name string, commit string, data []byte, options RepositoryOptions) error
}

type RepositoryOptions

type RepositoryOptions struct {
	Organization string
	Repository   string
	Path         string
	Branch       string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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