Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DlrQueryPort ¶
type DlrQueryPort interface { // GetDlrsByFilter returns the dlrs that match the given filter. GetDlrsByFilter(ctx context.Context, dlrFilter me.DlrFilter) (me.Dlrs, error) }
QueryPort is a port for Hexagonal Architecture Pattern. It is used to communicate with the application layer.
type QueryPort ¶
type QueryPort interface { DlrQueryPort }
QueryPort is a port for Hexagonal Architecture Pattern. It is used to communicate with the application layer.
Click to show internal directories.
Click to hide internal directories.