//
pkg.gl
Category
github.com/johannesscr/micro
msp
package
0.2.0
Repository:
https://github.com/johannesscr/micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
7
Files
151 SLOC
#
Functions
Decode
Decode is a function that decodes a body into a slice of bytes and also will unmarshal the data into an interface pointer value if the value pointed to by the interface is provided.
NewService
NewService creates a microservice-package instance.
#
Structs
Config
Config is the configuration for the microservice-package.
Service
Service is the microservice-package structure that contains all the information required to connect to the microservice.