Skip to content

Commit

Permalink
fixup! fixup! feat: support simple remote access service api
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed May 14, 2024
1 parent 132e343 commit c88bf30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/c8y/remoteaccess.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ import (
"net/http"
)

const (
RemoteAccessProtocolPassthrough = "PASSTHROUGH"
RemoteAccessProtocolSSH = "SSH"
RemoteAccessProtocolVNC = "VNC"
RemoteAccessProtocolTelnet = "TELNET"
)

// RemoteAccessService
type RemoteAccessService service

Expand Down

0 comments on commit c88bf30

Please sign in to comment.