package service type CreateAccountInput struct{} // CreateAccount creates an account, returns nil if successful or error if not func (s *Service) CreateAccount(in *CreateAccountInput) error { panic("implement me") }