package
0.2.0
Repository: https://github.com/johannesscr/micro.git
Documentation: pkg.go.dev

# Functions

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 creates a microservice-package instance.

# Structs

Config is the configuration for the microservice-package.
Service is the microservice-package structure that contains all the information required to connect to the microservice.