Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetAll() domain.Rules
GetRule(ID int64) (domain.Rule, bool)
Save(domain.Rule) (domain.Rule, error)
Remove(ID int64) bool
}
Service provides mock API functionality
Click to show internal directories.
Click to hide internal directories.