//
pkg.gl
Category
github.com/go-leo/design-pattern
endpoint
package
1.3.2
Repository:
https://github.com/go-leo/design-pattern.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
25 SLOC
#
README
design pattern
#
Functions
Chain
No description provided by the author
#
Structs
Noop
Noop is an endpoint that does nothing and returns a nil error.
#
Interfaces
Endpoint
Endpoint represents a single RPC method.
#
Type aliases
Func
The Func type is an adapter to allow the use of ordinary functions as Endpoint.