package
1.5.4
Repository: https://github.com/dannypsnl/redux.git
Documentation: pkg.go.dev

# Functions

New create a new action and return a pointer to it.

# Structs

Action is a type for reducer to know what should it do by recognize Action::Type.

# Type aliases

Args help action define more flexible Example: act := action.Action { Type: "INC", Args: action.Args { "payload": 3, }, }.