# README
Go-Probot
A framework for building GitHub Apps to automate and improve your workflow, in Golang.
Inspired by Probot.
Example
Please check the simplest example.
Features
- Support building GitHub App
- Simple dashboard
- [Experimental] Support intergration with Gitlab community edition
- Support intergration with Gerrit
License
Apache © 2022 Airconduct
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
go:generate go run tools/codegen/main.go -t github_events.go.tmpl -v github_events.yaml -o github_events.gogo:generate go run tools/codegen/main.go -t github_events_test.go.tmpl -v github_events.yaml -o github_events_test.go.
go:generate go run tools/codegen/main.go -t gitlab_events.go.tmpl -v gitlab_events.yaml -o gitlab_events.go.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author