Versions in this module Expand all Collapse all v1 v1.6.1 Nov 11, 2020 Changes in this version + func All(ctx *macaron.Context) string + func Detail(ctx *macaron.Context) string + func Index(ctx *macaron.Context) string + func Ping(ctx *macaron.Context) string + func Remove(ctx *macaron.Context) string + func Store(ctx *macaron.Context, form HostForm) string + type HostForm struct + Alias string + Id int16 + Name string + Port int + Remark string + func (f HostForm) Error(ctx *macaron.Context, errs binding.Errors)