package
0.0.0-20240530015156-121f34a49d7a
Repository: https://github.com/cdjellen/egh-api.git
Documentation: pkg.go.dev

# README

package readme

import ( "github.com/cdjellen/egh-api/domain" pb "github.com/cdjellen/egh-api/pb/proto" )

func ToPb(c domain.ReadMe) *pb.ReadMeHtml { return &pb.ReadMeHtml{ Html: c.Html, } }

func ToDomain(c *pb.ReadMeHtml) domain.ReadMe { return domain.ReadMe{ Html: c.GetHtml(), } }

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author