code.vegaprotocol.io/vega@v0.79.0/protos/vega/vega.go (about) 1 package vega 2 3 // IsEvent methods needs to be implemented so we can used mapped types in GQL union. 4 func (Asset) IsEvent() {} 5 func (LiquidityProvision) IsEvent() {} 6 func (Vote) IsEvent() {} 7 func (Order) IsEvent() {} 8 func (Account) IsEvent() {} 9 func (Trade) IsEvent() {} 10 func (Party) IsEvent() {} 11 func (MarginLevels) IsEvent() {} 12 func (MarketData) IsEvent() {} 13 func (GovernanceData) IsEvent() {} 14 func (RiskFactor) IsEvent() {} 15 func (Deposit) IsEvent() {} 16 func (Withdrawal) IsEvent() {} 17 func (Market) IsEvent() {} 18 func (Future) IsProduct() {} 19 func (NewMarket) IsProposalChange() {} 20 func (NewAsset) IsProposalChange() {} 21 func (UpdateAsset) IsProposalChange() {} 22 func (UpdateMarket) IsProposalChange() {} 23 func (UpdateNetworkParameter) IsProposalChange() {} 24 func (NewFreeform) IsProposalChange() {} 25 func (CancelTransfer) IsProposalChange() {} 26 func (NewTransfer) IsProposalChange() {} 27 func (UpdateMarketState) IsProposalChange() {} 28 func (NewSpotMarket) IsProposalChange() {} 29 func (UpdateSpotMarket) IsProposalChange() {} 30 func (LogNormalRiskModel) IsRiskModel() {} 31 func (SimpleRiskModel) IsRiskModel() {} 32 func (SimpleModelParams) IsRiskModel() {} 33 func (UpdateMarketConfiguration_Simple) IsUpdateMarketRiskParameters() {} 34 func (UpdateMarketConfiguration_LogNormal) IsUpdateMarketRiskParameters() {} 35 func (DataSourceDefinitionInternal) IsDataSourceKind() {} 36 func (DataSourceDefinitionExternal) IsDataSourceKind() {} 37 func (DataSourceSpecConfiguration) IsExternalDataSourceKind() {} 38 func (EthCallSpec) IsExternalDataSourceKind() {} 39 func (DataSourceSpecConfigurationTime) IsInternalDataSourceKind() {} 40 func (OneOffTransfer) IsGovernanceTransferKind() {} 41 func (RecurringTransfer) IsGovernanceTransferKind() {} 42 func (FutureProduct) IsProductConfiguration() {} 43 func (SpotProduct) IsProductConfiguration() {} 44 func (PerpetualProduct) IsProductConfiguration() {} 45 func (Spot) IsProduct() {} 46 func (Perpetual) IsProduct() {} 47 func (PerpetualData) IsProductData() {} 48 func (UpdateFutureProduct) IsUpdateProductConfiguration() {} 49 func (UpdatePerpetualProduct) IsUpdateProductConfiguration() {} 50 func (UpdateSpotMarketConfiguration_LogNormal) IsRiskModel() {} 51 func (UpdateSpotMarketConfiguration_Simple) IsRiskModel() {} 52 func (NewSpotMarketConfiguration_Simple) IsRiskModel() {} 53 func (NewSpotMarketConfiguration_LogNormal) IsRiskModel() {} 54 func (DataSourceSpecConfigurationTimeTrigger) IsInternalDataSourceKind() {} 55 func (UpdateReferralProgram) IsProposalChange() {} 56 func (UpdateVolumeDiscountProgram) IsProposalChange() {}