package service type Service struct { } func New() Service { return Service{} }