package service type Service interface { Hello(v string) string }