Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasNoPublicFields ¶
type HasNoPublicFields struct {
// contains filtered or unexported fields
}
サンプル用の構造体 private な フィールドを持つ
func (*HasNoPublicFields) GetValues ¶
func (h *HasNoPublicFields) GetValues() string
type HasPublicFields ¶
サンプル用の構造体 public な フィールドを持つ
func (*HasPublicFields) GetValues ¶
func (h *HasPublicFields) GetValues() string
Click to show internal directories.
Click to hide internal directories.