v1.8.0
This commit is contained in:
7
interfaces/request.go
Normal file
7
interfaces/request.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package interfaces
|
||||
|
||||
// Interface to valiate RAM values
|
||||
type RequestWithRAM interface {
|
||||
// GetRAM returns RAM values
|
||||
GetRAM() map[string]uint64
|
||||
}
|
||||
Reference in New Issue
Block a user