GODT-1815: Combined/Split mode
This commit is contained in:
9
internal/bridge/identifier.go
Normal file
9
internal/bridge/identifier.go
Normal file
@ -0,0 +1,9 @@
|
||||
package bridge
|
||||
|
||||
func (bridge *Bridge) GetCurrentUserAgent() string {
|
||||
return bridge.identifier.GetUserAgent()
|
||||
}
|
||||
|
||||
func (bridge *Bridge) SetCurrentPlatform(platform string) {
|
||||
bridge.identifier.SetPlatform(platform)
|
||||
}
|
||||
Reference in New Issue
Block a user