Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryPort ¶
type QueryPort interface { UserQueryPort }
QueryPort is a port for Hexagonal Architecture Pattern. It is used to communicate with the application layer.
type UserQueryPort ¶
type UserQueryPort interface { // GetUsersByFilter returns the users that match the given filter. GetUsersByFilter(ctx context.Context, userFilter me.UserFilter) (me.Users, error) }
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.