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) UpdateFile(owner, repo, filePath, branch string, content []byte, existingSHA string) error
- func (d *Gitea) WithLoggingContext(ctx context.Context) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gitea ¶
type Gitea struct {
// contains filtered or unexported fields
}
func (*Gitea) CreateFile ¶
func (*Gitea) UpdateFile ¶
Click to show internal directories.
Click to hide internal directories.