qnap
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package qnap contains dist Targets for building QNAP Tailscale packages.
QNAP dev docs over athttps://www.qnap.com/en/how-to/tutorial/article/qpkg-development-guidelines.
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcTargets¶
func Targets(gcloudCredentialsBase64, gcloudProject, gcloudKeyring, keyName, certificateBase64, certificateIntermediariesBase64string) []dist.Target
Targets defines the dist.Targets for QNAP devices.
If all parameters are provided non-empty, then the build will be signed usinga Google Cloud hosted key.
gcloudCredentialsBase64 is the JSON credential for connecting to Google Cloud, base64 encoded.gcloudKeyring is the full path to the Google Cloud keyring containing the signing key.keyName is the name of the key.certificateBase64 is the PEM certificate to use in the signature, base64 encoded.
Types¶
This section is empty.