Versions in this module Expand all Collapse all v0 v0.1.2 Aug 2, 2021 Changes in this version + func CopyBackup(s *server.Server) (string, error) + func DockerClient() *client.Client + func ExportMCWorld(s *server.Server, dest string) error + func GetServerOrExit(containerName string) *server.Server + func NewServer(name string, port int, props []string, mcw mcworld.ZipOpener, useVolume bool) (*server.Server, error) + func PrintServers(all bool) error + func SetServerProperties(propFlags []string, s *server.Server) error + func StartServer(name string, port int) (*server.Server, error) + func TrimBackups(name string, keep int, skip bool) ([]string, error)