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