Discord RPC library and a system info program.
Go to file
Ophestra Umiker a985e2b9df
library: io: make connection private and implement Close method
Since some of the state of the connection is tracked by the Client struct and the Raw method is sufficient for any low-level interaction with the Discord RPC, users of the API should not and does not have any reason to interact with the underlying connection.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:32:51 +09:00
.gitignore go: initialise go module 2024-06-19 23:07:05 +09:00
activity.go library: rpc: activity data types and set method 2024-06-19 23:21:52 +09:00
go.mod library: rpc: activity data types and set method 2024-06-19 23:21:52 +09:00
go.sum go: initialise go module 2024-06-19 23:07:05 +09:00
io.go library: io: make connection private and implement Close method 2024-06-19 23:32:51 +09:00
io_unix.go library: io: make connection private and implement Close method 2024-06-19 23:32:51 +09:00
rpc.go library: rpc: many RPC data types and client handshake activation 2024-06-19 23:16:43 +09:00