Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Any ¶
type Any struct {
// contains filtered or unexported fields
}
func New ¶
func New(val interface{}) *Any
* * New, create new Any * @param val interface{} * @return *Any *
func (*Any) Set ¶
func (a *Any) Set(val interface{}) interface{}
* * Set, set value to Any * @param val interface{} * @return interface{} *
Click to show internal directories.
Click to hide internal directories.