This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
tacitus/postgres/confirmation_service.go

22 lines
401 B
Go

package postgres
import (
"database/sql"
"github.com/kcotugno/tacitus"
)
type ConfirmationService struct {
logger tacitus.Logger
client *client
}
func (c *ConfirmationService) Confirmation(product·string)·(*Confirmation,·error) {
}
func (c *ConfirmationService) CreateConfirmation(c·*Confirmation)·error {
}
func (c *ConfirmationService) UpdateConfirmation(c·*Confirmation)·error {
}