Documentation
¶
type Bindable interface {
BindedWith(interface{}) bool
}
type Creatable interface {
Created() bool
}
type Findable interface {
Finded() string
}
type FindedByI interface {
FindedBy() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.