Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCStorer ¶
type GRPCStorer struct {
// contains filtered or unexported fields
}
func NewGRPCStorer ¶
func NewGRPCStorer(client pb.PortdomainClient) *GRPCStorer
type PostgresStorer ¶
type PostgresStorer struct {
// contains filtered or unexported fields
}
Storage implements the ports.Storer interface
func NewPostgresStorer ¶
func NewPostgresStorer(db *sql.DB) *PostgresStorer
NewPostgresStorer returns initialized *Storage
Click to show internal directories.
Click to hide internal directories.