Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SuperTxsStateChecker ¶
type SuperTxsStateChecker interface { Check(k, v interface{}) (interface{}, bool) Output(k, v interface{}) (interface{}, interface{}) }
type SuperTxsStateManager ¶
type SuperTxsStateManager struct {
// contains filtered or unexported fields
}
func GetManager ¶
func GetManager(version string) *SuperTxsStateManager
func (*SuperTxsStateManager) Check ¶
func (s *SuperTxsStateManager) Check(k string, v interface{}) (interface{}, bool)
func (*SuperTxsStateManager) Output ¶
func (s *SuperTxsStateManager) Output(k string, v interface{}) (interface{}, interface{})
Click to show internal directories.
Click to hide internal directories.