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