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

18 lines
242 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
}
var AcknowledgementIDs map[string][]*AckId