crawlab/core/interfaces/address.go

8 lines
88 B
Go

package interfaces
type Address interface {
Entity
String() string
IsEmpty() bool
}