package
0.0.0-20231128064227-1e47281359cc
Repository: https://github.com/provideplatform/provide-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AutoIncrementingModel base class with int primary key.
Client is a generic base class for calling a REST API; when a token is configured on an Client instance it will be provided as a bearer authorization header; when a username and password are configured on an Client instance, they will be used for HTTP basic authorization but will be passed as the Authorization header instead of as part of the URL itself.
Error struct.
Manifest defines the contents of a Provide release.
ManifestPackage defines a single Manifest package.
Model base class with uuid v4 primary key.
ModelWithDID base class with string-based primary key for DID support.

# Interfaces

CRUD interface.
RequestResponseContext.