2020-08-16 11:56:22 +05:30

9 lines
197 B
Go

package user
import "github.com/sudo-suhas/moq-test-pkgs/buildconstraints"
// Service does something good with computers.
type Service interface {
DoSomething(buildconstraints.SomeType) error
}