package
Version:
v0.0.0-...-41d1bbc
Opens a new window with list of versions in this module.
Published: Mar 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewAccountCreateEvent(id string, documentNumber string, availableCreditLimit float64) *accountCreateEvent
type Event interface {
GetName() string
GetChannel() string
}
type EventBase struct {
Uuid string `json:"uuid" validate:"required"`
Timestamp string `json:"timestamp" validate:"required"`
Name string `json:"name" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.