-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from labbsr0x/master
Updates
- Loading branch information
Showing
5 changed files
with
424 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: go | ||
|
||
go: | ||
- 1.11.x | ||
|
||
script: | ||
- go test -v ./... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Goh | ||
Utility lib for writing extremely simple webhooks in go. | ||
# GoH | ||
Utility lib for writing extremely simple webhooks in go, among other things. | ||
|
||
# Packages | ||
|
||
For now, GoH has four packages. | ||
|
||
1. `gohclient`: http helper methods to easily communicate with a REST api written in go. | ||
|
||
2. `gohcmd`: methods to ease out the proper creation of cmd utilities. | ||
|
||
3. `gohserver`: http helper methods to make it easy to create webhooks. | ||
|
||
4. `gohtypes`: helper types for handling with webhook constructs | ||
|
||
# Examples | ||
|
||
You can find good examples that use goh in the following repositories: | ||
|
||
[Bindman DNS Webhook](http://github.com/labbsr0x/bindman-dns-webhook/) | ||
|
||
[Bindman DNS Swarm Listener](https://github.com/labbsr0x/bindman-dns-swarm-listener) | ||
|
||
[Bindman DNS Bind9 Manager](https://github.com/labbsr0x/bindman-dns-bind9) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.