This website requires JavaScript.
Explore
Help
Sign In
vaultwarden
/
goldwarden-vaultwarden-bitwarden-client
mirror of
https://github.com/quexten/goldwarden.git
Watch
1
Star
0
Fork
You've already forked goldwarden-vaultwarden-bitwarden-client
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39c3bc0fbb
goldwarden-vaultwarden-bitw...
/
client
/
client.go
6 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-07-17 03:23:26 +02:00
package
client
Login with device & virtual ipc
2023-08-21 13:52:06 +02:00
type
Client
interface
{
SendToAgent
(
request
interface
{
}
)
(
interface
{
}
,
error
)
Initial commit
2023-07-17 03:23:26 +02:00
}