1
0
Fork 0

ACME TLS ALPN

This commit is contained in:
Ludovic Fernandez 2018-07-03 12:44:04 +02:00 committed by Traefiker Bot
parent 17ad5153b8
commit 139f280f35
258 changed files with 25528 additions and 1516 deletions

16
vendor/github.com/sacloud/libsacloud/sacloud/note.go generated vendored Normal file
View file

@ -0,0 +1,16 @@
package sacloud
// Note スタートアップスクリプト
type Note struct {
*Resource // ID
propName // 名称
propDescription // 説明
propAvailability // 有功状態
propScope // スコープ
propIcon // アイコン
propTags // タグ
propCreatedAt // 作成日時
propModifiedAt // 変更日時
propNoteClass // クラス
Content string // スクリプト本体
}