Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extension ¶
type Extension struct {
// contains filtered or unexported fields
}
func (*Extension) Get ¶
func (e *Extension) Get(method string) *ExtensionOption
Get method extension
type ExtensionOption ¶
type ExtensionOption struct {
SkipMetadataUidCheck bool
// contains filtered or unexported fields
}
type IExtensionOption ¶
type IExtensionOption interface {
GetSkipMetadataUidCheck() bool
}
Click to show internal directories.
Click to hide internal directories.