mapstruct

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mapstruct maps struct <-> JSON using came case <-> snake case also set default values based on struct tags

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CamelCase

func CamelCase(v any) any

func CamelToSnake

func CamelToSnake(s string) string

"AaaBbb" -> "aaa_bbb"

func ToMap

func ToMap(v any) (map[string]any, error)

func ToStruct

func ToStruct(m any, v any) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL