package main type Method struct{} // Run func (Method) Run() error { return nil }