diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 21:46:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 21:46:39 -0700 |
commit | 526783fe258d20db0eb600dd63e36c6983f63837 (patch) | |
tree | 1df6f93be631598f1783fe2ff2c39b20cddce4de /golang/gen/restapi/doc.go | |
parent | f8be0451ce47aa1da98dcdba7266804f2cc5173e (diff) | |
download | fatcat-526783fe258d20db0eb600dd63e36c6983f63837.tar.gz fatcat-526783fe258d20db0eb600dd63e36c6983f63837.zip |
move generated code
Diffstat (limited to 'golang/gen/restapi/doc.go')
-rw-r--r-- | golang/gen/restapi/doc.go | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/golang/gen/restapi/doc.go b/golang/gen/restapi/doc.go new file mode 100644 index 00000000..e18461a8 --- /dev/null +++ b/golang/gen/restapi/doc.go @@ -0,0 +1,22 @@ +// Code generated by go-swagger; DO NOT EDIT. + +/* +Package restapi fatcat +A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata + + + Schemes: + http + Host: api.fatcat.wiki + BasePath: /v0 + Version: 0.1.0 + + Consumes: + - application/json + + Produces: + - application/json + +swagger:meta +*/ +package restapi |