package
module
Version:
v1.2.4
Opens a new window with list of versions in this module.
Published: Mar 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
pensieve-go-core
Shared code for the Go services in Pennsieve
Releasing a new version
-
Merge updates into the main branch
-
Create a new tag in main and name the tag: vx.x.x following semantic versioning.
e.g git tag -a 0.0.1 -m "Initial release"
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
-
Push the tag to Gihub
eg. git push origin 0.0.1
This will trigger Github Actions to create a new release with the same name.
Documentation
¶
type PennsieveContext struct {
}
UploadSession contains the information that is shared based on the upload session ID
Source Files
¶
Directories
¶
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.