Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetElemDataValue ¶
func GetElemDataValue(data interface{}) interface{}
func GetReference ¶
func GetReference(service interface{}) string
GetReference return the reference id of the service. If the service implemented the ReferencedService interface, it will call the Reference method. If not, it will return the struct name as the reference id.
func GetUnexportedField ¶
func SetUnexportedField ¶
Types ¶
type ReferencedService ¶
type ReferencedService interface {
Reference() string
}
Click to show internal directories.
Click to hide internal directories.