Thomas Müller eab9424985 Merge pull request #14 from owncloud/fix/static-assets
fix serving static issues
2019-12-17 09:40:55 +01:00
2019-12-11 15:32:22 +01:00
2019-12-16 11:59:37 +01:00
2019-12-05 11:50:00 +01:00
2019-12-05 14:38:19 +01:00
2019-12-05 11:50:00 +01:00
2019-12-05 11:50:00 +01:00
2019-12-16 11:11:47 +00:00
2019-12-16 11:11:47 +00:00
2019-12-05 11:50:00 +01:00
2019-12-06 14:35:35 +01:00
2019-12-06 14:59:15 +01:00

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 our 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

Just import the required packages within your ownCloud Infinite Scale extensions, nothing else should be required to do.

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 (c) 2019 ownCloud GmbH <https://owncloud.com>
Description
No description provided
Readme Apache-2.0 333 MiB
Languages
Go 48.1%
Gherkin 36.7%
PHP 12.5%
JavaScript 1.3%
Makefile 0.6%
Other 0.6%