# README
Go SDK
A framework for Golang Microservices
Author: Viet Tran [email protected]
Copyright: 2022 Le Quoc Binh [email protected]
# Functions
No description provided by the author
Service will write log data to file with this option.
Add init component to SDK These components will run sequentially before service run.
WithName Service must have a name for service discovery and logging/monitoring.
Add Runnable component to SDK These components will run parallel in when service run.
No description provided by the author
WithVersion Every deployment needs a specific version.
# Constants
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
No description provided by the author
# Interfaces
No description provided by the author
GIN HTTP server for REST API.
No description provided by the author
Runnable is an abstract object in SDK Almost components are Runnable.
The heart of SDK, Service represents for a real micro service with its all components.
Service Context: A wrapper for all things needed for developing a service.
The storage store all db connection in service.
# Type aliases
A kind of server job.
HTTP Server Handler for register some routes and gin handlers.
Convenience option method for creating/initializing a service.