Skip to content

Commit

Permalink
Build from latest swagger revision (#3)
Browse files Browse the repository at this point in the history
* Fix AddCollector by using pointers

* don't omit empty for failback (#2)

* rebuild from upstream swagger updates

* update docs

* rebuild from auth updates

* simplify request signing
  • Loading branch information
woz5999 authored May 21, 2018
1 parent 4f7b23b commit 5bd0409
Show file tree
Hide file tree
Showing 862 changed files with 57,304 additions and 11,239 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof
5 changes: 5 additions & 0 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Swagger Codegen Ignore
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen

CONTRIBUTING.md
LICENSE
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

install:
- go get -d -v .

script:
- go build -v ./

610 changes: 585 additions & 25 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5bd0409

Please sign in to comment.