6 lines
109 B
Go
6 lines
109 B
Go
package sacloud
|
|
|
|
// Host さくらのクラウド ホスト(物理)
|
|
type Host struct {
|
|
propName // 名称
|
|
}
|