package
Version:
v0.0.0-...-d742f65
Opens a new window with list of versions in this module.
Published: Sep 24, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IBusiness interface {
GetBid() string
GetBusinessType() string
GetActionType() string
}
type ICorp interface {
GetId() int
GetPlatformId() int
IsPlatform() bool
IsValid() bool
}
type IOrder interface {
GetId() int
GetBid() string
GetDeductableMoney() float64
}
type IUser interface {
GetId() int
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.