An XEP-0124: BOSH implementation in Golang.
This repository has been archived on 2022-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sam Whited 58e6f229cc
all: modernize some old code
This patch adds a go.mod file, runs go fix, and removes the use of the
ctxhttp package since the normal net/http package now supports contexts.
It also removes the old CI config which is no longer useful, updates all
file headers, and removes some dead code (mostly the context handlers
that are no tuseful post Go 1.17).

Signed-off-by: Sam Whited <sam@samwhited.com>
2022-08-14 21:06:01 -04:00
internal all: modernize some old code 2022-08-14 21:06:01 -04:00
.gitignore Add "am" example application 2016-02-27 11:36:06 -06:00
LICENSE.md Some initial work towards having BOSH in Go 2016-02-24 01:25:15 -06:00
Makefile Remove GO15VENDOREXPERIMENT env var from Makefile 2016-03-04 23:54:50 -06:00
README.md Move package to mellium.im/bosh 2016-06-03 13:05:50 -05:00
bosh.go all: modernize some old code 2022-08-14 21:06:01 -04:00
bosh_test.go all: modernize some old code 2022-08-14 21:06:01 -04:00
client.go all: modernize some old code 2022-08-14 21:06:01 -04:00
codec.go all: modernize some old code 2022-08-14 21:06:01 -04:00
conn.go all: modernize some old code 2022-08-14 21:06:01 -04:00
conn_test.go all: modernize some old code 2022-08-14 21:06:01 -04:00
ctx.go all: modernize some old code 2022-08-14 21:06:01 -04:00
doc.go all: modernize some old code 2022-08-14 21:06:01 -04:00
error.go all: modernize some old code 2022-08-14 21:06:01 -04:00
example_test.go all: modernize some old code 2022-08-14 21:06:01 -04:00
go.mod all: modernize some old code 2022-08-14 21:06:01 -04:00
go.sum all: modernize some old code 2022-08-14 21:06:01 -04:00
server.go all: modernize some old code 2022-08-14 21:06:01 -04:00
server_test.go all: modernize some old code 2022-08-14 21:06:01 -04:00

README.md

Go BOSH

GoDoc License

A BOSH connection manager and client in Go.

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.