mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-12 12:17:22 -04:00
8 lines
233 B
Go
8 lines
233 B
Go
// Package structs Provide some extends util functions for struct. eg: tag parse, struct init, value set
|
|
package structs
|
|
|
|
// MapStruct simple copy src struct value to dst struct
|
|
// func MapStruct(srcSt, dstSt any) {
|
|
// // TODO
|
|
// }
|