Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectInt ¶
type CollectInt struct {
// contains filtered or unexported fields
}
func (*CollectInt) Ret ¶
func (a *CollectInt) Ret() (int, error)
func (*CollectInt) W ¶
func (a *CollectInt) W(n int, err error)
type CollectInt64 ¶
type CollectInt64 struct {
// contains filtered or unexported fields
}
func (*CollectInt64) Ret ¶
func (a *CollectInt64) Ret() (int64, error)
func (*CollectInt64) W ¶
func (a *CollectInt64) W(n int64, err error)
Click to show internal directories.
Click to hide internal directories.