package meowlib type Network interface { Configure(url string) Send(msg []byte) Receive(request []byte) []byte Start() Stop() }