Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlatFormCommentSet = wire.NewSet( NewPlatFormComment, wire.Struct(new(PlatFormComment), "*"), wire.Bind(new(IPlatFormComment), new(*PlatFormComment)), )
Functions ¶
func NewPlatFormComment ¶
func NewPlatFormComment(config *config.Config) commentservice.Client
Types ¶
type IPlatFormComment ¶
type IPlatFormComment interface { commentservice.Client }
type PlatFormComment ¶
type PlatFormComment struct {
commentservice.Client
}
Click to show internal directories.
Click to hide internal directories.