package
0.1.9
Repository: https://github.com/quocdaitrn/golang-kit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Bind binds data from body, header, query and path param to the result by priorities: Header > Path Param > Query > Body.
No description provided by the author
EncodeResponse is the common method to encode all response types to the client.
PopulateRequestAuthorizationToken is a RequestFunc that populates scopes values from "Authorization" header to the context.

# Constants

# Interfaces

BindUnmarshaler is the interface used to wrap the UnmarshalParam method.