Skip to content

Latest commit

 

History

History

pb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pb - Marshaling and Unmarshaling Protocol Buffers

GoDoc

err := hx.Post(ctx, "https://api.example.com/contents",
	pb.Proto(&in),
	hx.WhenSuccess(pb.AsProto(&out)),
	hx.WhenFailure(hx.AsError()),
)