package main // Board definition type Board struct { ID string `mapstructure:"id"` Name string `mapstructure:"name"` Type string `mapstructure:"type"` }