Skip to content

Instantly share code, notes, and snippets.

View jsmouret's full-sized avatar

Jean-Sebastien Mouret jsmouret

View GitHub Profile
@jsmouret
jsmouret / struct.go
Last active November 1, 2022 10:06
Convert map[string]interface{} to a google.protobuf.Struct
package pb
import (
"fmt"
"reflect"
st "github.com/golang/protobuf/ptypes/struct"
)
// ToStruct converts a map[string]interface{} to a ptypes.Struct