package interfaces // Interface to valiate RAM values type RequestWithRAM interface { // GetRAM returns RAM values GetRAM() map[string]uint64 }