Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

owncloud/ocis-pkg

Repository files navigation

ownCloud Infinite Scale: Pkg

Build Status Gitter chat Codacy Badge Go Doc Go Report

This package defines some boilerplate code that reduces the code duplication within the ownCloud Infinite Scale microservice architecture. It can't be used standalone as the is a pure library. For further information about the available packages please read the source code or take a loog at GoDoc.

Install

Import the required packages within your ownCloud Infinite Scale extensions and you are good to go.

Development

Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.13.

git clone https://github.com/owncloud/ocis-pkg.git
cd ocis-pkg

make vet
make staticcheck
make lint
make test

Security

If you find a security issue please contact security@owncloud.com first.

Contributing

Fork -> Patch -> Push -> Pull Request

License

Apache-2.0

Copyright

Copyright (c) 2019 ownCloud GmbH <https://owncloud.com>