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/the/globals.go

19 lines
254 B
Go

package the
import (
"cwtch.im/cwtch/app"
libPeer "cwtch.im/cwtch/peer"
)
var CwtchApp app.Application
var Peer libPeer.CwtchPeer
var CwtchDir string
type AckId struct {
ID string
Ack bool
Error bool
}
var AcknowledgementIDs map[string][]*AckId