Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabriel403/ddf8c21036c87eed4ea3d60ec4777010 to your computer and use it in GitHub Desktop.
Save gabriel403/ddf8c21036c87eed4ea3d60ec4777010 to your computer and use it in GitHub Desktop.
type pgProductBrandingService struct{}
func (s pgProductBrandingService) CreateForCompany(productBranding ProductBranding) error {
return nil
}
foo := pgProductBrandingService{}
foo.CreateForCompany(ProductBranding{})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment