mirror of
https://github.com/kairos-io/openamt.git
synced 2025-09-14 13:50:36 +00:00
init commit
This commit is contained in:
6
pkg/amtrpc/interface.go
Normal file
6
pkg/amtrpc/interface.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package amtrpc
|
||||
|
||||
type Interface interface {
|
||||
CheckAccess() int
|
||||
Exec(command string) (string, int)
|
||||
}
|
Reference in New Issue
Block a user