Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRequires ¶
type IRequires interface { Set(id string, requires []string) Del(id string) RequireByCount(requireId string) int }
func NewRequireManager ¶
func NewRequireManager() IRequires
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) RequireByCount ¶
Click to show internal directories.
Click to hide internal directories.