This repository has been archived on 2021-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
ui/go/constants/server_manager_events.go

8 lines
154 B
Go

package constants
import "cwtch.im/cwtch/event"
// The server manage defines its own events...
const (
ListServers = event.Type("ListServers")
)