Documentation ¶
Index ¶
- type Gitea
- func (g *Gitea) CreateFile(owner, repo, filePath, branch string, content []byte) error
- func (g *Gitea) GetFile(owner, repo, filePath, branch string) ([]byte, string, error)
- func (g *Gitea) ListFiles(owner, repo, filePath, branch string) ([]GiteaFile, error)
- func (g *Gitea) UpdateFile(owner, repo, filePath, branch string, content []byte, existingSHA string) error
- func (d *Gitea) WithLoggingContext(ctx context.Context) context.Context
- type GiteaFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.