Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeRequest ¶
func MakeRequest[T Requestable[T, S], S any](request S) (*T, error)
func MakeResponse ¶
func MakeResponse[S any, T Responseable[S]](response T) (*S, error)
Types ¶
type ConfigSubscriber ¶
type RedisClient ¶
type RedisClient interface { redis.UniversalClient }
type Requestable ¶
type Responseable ¶
Click to show internal directories.
Click to hide internal directories.