• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gohclient/H18-Sep-2019-

gohcmd/H18-Sep-2019-

gohserver/H18-Sep-2019-

gohtypes/H18-Sep-2019-

.gitignoreH A D18-Sep-2019192

.travis.ymlH A D18-Sep-201962

LICENSEH A D18-Sep-20191 KiB

README.mdH A D18-Sep-2019746

go.modH A D18-Sep-2019154

go.sumH A D18-Sep-20191.2 KiB

README.md

1# GoH
2Utility lib for writing extremely simple webhooks in go, among other things.
3
4# Packages
5
6For now, GoH has four packages.
7
81. `gohclient`: http helper methods to easily communicate with a REST api written in go.
9
102. `gohcmd`: methods to ease out the proper creation of cmd utilities.
11
123. `gohserver`: http helper methods to make it easy to create webhooks.
13
144. `gohtypes`: helper types for handling with webhook constructs
15
16# Examples
17
18You can find good examples that use goh in the following repositories:
19
20[Bindman DNS Webhook](http://github.com/labbsr0x/bindman-dns-webhook/)
21
22[Bindman DNS Swarm Listener](https://github.com/labbsr0x/bindman-dns-swarm-listener)
23
24[Bindman DNS Bind9 Manager](https://github.com/labbsr0x/bindman-dns-bind9)