Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created November 7, 2019 02:11
Show Gist options
  • Save manakuro/2c652343274594f5c42abac10a1c30b5 to your computer and use it in GitHub Desktop.
Save manakuro/2c652343274594f5c42abac10a1c30b5 to your computer and use it in GitHub Desktop.
package presenter
import "github.com/manakuro/golang-clean-architecture/domain/model"
type UserPresenter interface {
ResponseUsers(u []*model.User) []*model.User
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment