pcm-participant/cloud/platform/interface.go

8 lines
84 B
Go

package platform
type IPlatform interface {
Type() Type
Name() string
Id() Id
}