| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This package is not in the latest version of its module.
Go to latest Published: Dec 25, 2019 License: BSD-2-ClauseThe Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Modules with tagged versions give importers more predictable builds.
When a project reaches major version v1 it is considered stable.
| Path | Synopsis |
|---|---|
|
build
|
|
|
n0version
command
|
|
|
n0core
|
|
|
cmd/n0core
command
|
|
|
cmd/n0deploy
command
|
|
|
pkg/api/provisioning/virtualmachine
Package statik contains static assets.
|
Package statik contains static assets. |
|
pkg/datastore
Example func SomeEndpoint(ctx context.COntext, req SomeRequest) error { // validation datastore.Lock(req.Key) defer datastore.Unlock(req.Key) tx := transaction.Begin() defer tx.Rollback() // API Process tx.Done() return nil }
|
Example func SomeEndpoint(ctx context.COntext, req SomeRequest) error { // validation datastore.Lock(req.Key) defer datastore.Unlock(req.Key) tx := transaction.Begin() defer tx.Rollback() // API Process tx.Done() return nil } |
|
n0proto.go
|
|
|
deployment/v0
Package pdeployment is a reverse proxy.
|
Package pdeployment is a reverse proxy. |
|
iam/v0
Package piam is a reverse proxy.
|
Package piam is a reverse proxy. |
|
pkg/transaction
Example func SomeEndpoint(ctx context.COntext, req SomeRequest) error { // validation tx := transaction.Begin() defer tx.Rollback() // API Process if err := Process(); err != nil { return err } tx.PushRollback("Process", func() error { return InverseProcess() }) tx.Done() return nil }
|
Example func SomeEndpoint(ctx context.COntext, req SomeRequest) error { // validation tx := transaction.Begin() defer tx.Rollback() // API Process if err := Process(); err != nil { return err } tx.PushRollback("Process", func() error { return InverseProcess() }) tx.Done() return nil } |
|
pool/v0
Package ppool is a reverse proxy.
|
Package ppool is a reverse proxy. |
|
provisioning/v0
Package pprovisioning is a reverse proxy.
|
Package pprovisioning is a reverse proxy. |
| Back | FazBrowse Home | New Git URL |