shared

package
v0.75.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

README

Shared/global workflow

TODO: deprecate

Threat this functionality as deprecated, inline workflow are simply enough thus no need for shared/global workflows.

Shared workflow provide predefined workflows (old neatly format):

  • Services (datastore/caching services)
  • App (build/deployment,publishing including docker)

Endly operates on local or remote resources referred as target in various service contracts. Target is of Resource type, defined as URL and credentials.

To unify target naming the following function based methodology is used:

  • origin - version control origin
  • target - host resource where endly runs (usually 127.0.0.1 with localhost credentials)
  • buildTarget - host resource where app is being built
  • appTarget - host whre app is deployed and runs
  • serviceTarget - host resource where app service (i.e. datastore service) runs

Note All shared workflow/resources are compiled into target endly binary, make sure that you run ./gen.go each time any resource under shared folder has been modified.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL