Documentation
¶
Index ¶
- func DecodeActionState[T any](attackState action_kit_api.ActionState, result *T) error
- func EncodeActionState[T any](attackState T) (error, action_kit_api.ActionState)
- func File2Base64(file string) (string, error)
- func RemoveAtIndex[T any](s []T, index int) []T
- func WriteActionState[T any](w http.ResponseWriter, state T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeActionState ¶ added in v1.0.0
func DecodeActionState[T any](attackState action_kit_api.ActionState, result *T) error
func EncodeActionState ¶ added in v1.0.0
func EncodeActionState[T any](attackState T) (error, action_kit_api.ActionState)
func File2Base64 ¶ added in v1.0.0
func RemoveAtIndex ¶ added in v1.0.0
func WriteActionState ¶ added in v1.0.0
func WriteActionState[T any](w http.ResponseWriter, state T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.