Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API[T any] interface { API() T FromAPI(in T) }
API holds a method to convert an underlying implementation to its API counterpart. This method uses generics to support different API entities.
Click to show internal directories.
Click to hide internal directories.