Skip to content

Instantly share code, notes, and snippets.

@bykof
Last active July 4, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bykof/c66c4870fb1731a2917ad26b6ee5f2cb to your computer and use it in GitHub Desktop.
Save bykof/c66c4870fb1731a2917ad26b6ee5f2cb to your computer and use it in GitHub Desktop.
// domain/product_api.go
package domain
type ProductAPI interface {
ProductList() (domain.ProductList, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment