This website requires JavaScript.
Explore
Help
Sign In
quexten
/
goldwarden
Watch
1
Star
1
Fork
0
You've already forked goldwarden
mirror of
https://github.com/quexten/goldwarden.git
synced
2024-11-28 06:09:46 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0717e34796
goldwarden
/
client
/
client.go
6 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-07-17 04:23:26 +03:00
package
client
Login with device & virtual ipc
2023-08-21 14:52:06 +03:00
type
Client
interface
{
SendToAgent
(
request
interface
{
}
)
(
interface
{
}
,
error
)
Initial commit
2023-07-17 04:23:26 +03:00
}
Reference in New Issue
Copy Permalink