README
go
Ensemble of GOlang libraries used by AppsCode
Policy for adding new libs:
- If codebase produces exe or needs vendoring, they live in their own top level repo.
- appscode/go is our kitchen sink go lib repo. This must not use vendor. We do not accept contribution in /go repo, since they have wide ranging effect. This does not use log (glog transitively), since that will require vendoring. This also uses official errors pkg, to avoid facebookgo/stack dependency.
- If we want external contribution, those stuff need their own repo.
License
This is licensed under Apache 2.0 unless specified otherwise in individual code files.
Directories
Path | Synopsis |
---|---|
container
|
|
crypto
|
|
encoding
|
|
json/types
Package types provides a collection of Golang types with JSON marshaling support
|
Package types provides a collection of Golang types with JSON marshaling support |
MIT License * * Copyright (c) 2017 Roland Singer [roland.singer@desertbit.com] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software.
|
MIT License * * Copyright (c) 2017 Roland Singer [roland.singer@desertbit.com] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. |
httpclient
Package httpclient provides a simple Golang Client for JSON Http Microservices Acknowledgement: - [DigitalOcean Go client](https://github.com/digitalocean/godo/blob/master/godo.go) - [OVH Go client](https://github.com/ovh/go-ovh/blob/master/ovh/ovh.go)
|
Package httpclient provides a simple Golang Client for JSON Http Microservices Acknowledgement: - [DigitalOcean Go client](https://github.com/digitalocean/godo/blob/master/godo.go) - [OVH Go client](https://github.com/ovh/go-ovh/blob/master/ovh/ovh.go) |