Versions in this module Expand all Collapse all v0 v0.3.28 Oct 5, 2021 v0.3.27 Sep 27, 2021 v0.3.26 Sep 23, 2021 v0.3.25 Sep 22, 2021 Changes in this version + type API interface + Create func(ctx context.Context, definition Definition) (Server, error) + DeleteByID func(ctx context.Context, identifier string) error + Get func(ctx context.Context, page, limit int) ([]ServerInfo, error) + GetByID func(ctx context.Context, identifier string) (Server, error) + func NewAPI(c client.Client) API + type Definition struct + Backend string + IP string + Name string + Port int + State common.State + type Server struct + Backend backend.BackendInfo + Check string + CustomerIdentifier string + IP string + Identifier string + Name string + Port int + ResellerIdentifier string + type ServerInfo struct + Identifier string + Name string