forked from OpenPDU/openpdu
I'm stuck
This commit is contained in:
8
source/boards.go
Normal file
8
source/boards.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
// Board definition
|
||||
type Board struct {
|
||||
ID string `mapstructure:"id"`
|
||||
Name string `mapstructure:"name"`
|
||||
Type string `mapstructure:"type"`
|
||||
}
|
||||
Reference in New Issue
Block a user