lotus/api/types/rpc.go
2023-01-13 20:04:41 +01:00

6 lines
82 B
Go

package apitypes
type Aliaser interface {
AliasMethod(alias, original string)
}