package
1.3.2
Repository: https://github.com/go-leo/design-pattern.git
Documentation: pkg.go.dev

# README

design pattern

# Functions

No description provided by the author

# Structs

Noop is an endpoint that does nothing and returns a nil error.

# Interfaces

Endpoint represents a single RPC method.

# Type aliases

The Func type is an adapter to allow the use of ordinary functions as Endpoint.