Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationRegion ¶
type ApplicationRegion []*Region
type Controller ¶
type Controller interface { List(ctx context.Context, applicationID uint) (ApplicationRegion, error) Update(ctx context.Context, applicationID uint, regions ApplicationRegion) error }
func NewController ¶
func NewController(param *param.Param) Controller
type RegionList ¶
type RegionList []*Region
func (RegionList) Len ¶
func (r RegionList) Len() int
func (RegionList) Less ¶
func (r RegionList) Less(i, j int) bool
func (RegionList) Swap ¶
func (r RegionList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.