Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(balances *balance.Store, currencies *balance.CurrencySet, domains *ons.DomainStore, logger *log.Logger, bidMaster *bid_data.BidMasterStore) *Service
func (*Service) ListBidConvs ¶
func (svc *Service) ListBidConvs(req bid_rpc.ListBidConvsRequest, reply *bid_rpc.ListBidConvsReply) error
list single proposal by id or list proposals
func (*Service) ShowBidConv ¶
func (svc *Service) ShowBidConv(req bid_rpc.ListBidConvRequest, reply *bid_rpc.ListBidConvsReply) error
Click to show internal directories.
Click to hide internal directories.