Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructWithPrivateField ¶
type StructWithPrivateField struct {
// contains filtered or unexported fields
}
func NewStructWithPrivateField ¶
func NewStructWithPrivateField(privateField string) *StructWithPrivateField
func (*StructWithPrivateField) GetPrivateField ¶
func (s *StructWithPrivateField) GetPrivateField() string
Click to show internal directories.
Click to hide internal directories.