Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenSupplyPublisherMock ¶
type TokenSupplyPublisherMock struct { CalledWithTokenSupply indexerdomain.TokenSupply ForceTokenSupplyError error CalledWithTokenSupplyOffset indexerdomain.TokenSupplyOffset ForceTokenSupplyOffsetError error }
TokenSupplyPublisherMock is a mock for TokenSupplyPublisher.
func (*TokenSupplyPublisherMock) PublishTokenSupply ¶
func (p *TokenSupplyPublisherMock) PublishTokenSupply(ctx context.Context, tokenSupply indexerdomain.TokenSupply) error
PublishTokenSupply implements domain.PubSubClientI.
func (*TokenSupplyPublisherMock) PublishTokenSupplyOffset ¶
func (p *TokenSupplyPublisherMock) PublishTokenSupplyOffset(ctx context.Context, tokenSupplyOffset indexerdomain.TokenSupplyOffset) error
PublishTokenSupplyOffset implements domain.PubSubClientI.
Click to show internal directories.
Click to hide internal directories.