forked from Silverfish/proton-bridge
chore(GODT-2551): Store and Recover Last User Agent from Vault
This commit is contained in:
@ -38,6 +38,8 @@ type Identifier interface {
|
||||
HasClient() bool
|
||||
SetClient(name, version string)
|
||||
SetPlatform(platform string)
|
||||
SetClientString(client string)
|
||||
GetClientString() string
|
||||
}
|
||||
|
||||
type ProxyController interface {
|
||||
|
||||
Reference in New Issue
Block a user