Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2023 v1.0.0 Dec 2, 2023 Changes in this version + type IServer interface + Run func() error + type Option struct + ID string + Name string + Post int + ServiceRegisterCenter registry.IRegistrar + ServiceRegisterHost string + ServiceRegisterInfo *registry.ServiceRegisterInfo + Signals []os.Signal + Timeout time.Duration + func NewDefault() (*Option, error) + func NewHttpDefault() (*Option, error)