Documentation ¶
Index ¶
Constants ¶
View Source
const FileDownloadTimeout = time.Duration(10 * time.Minute)
View Source
const HostEnv = "DOCUMENTGENERATESERVICE_HOST"
View Source
const PortEnv = "DOCUMENTGENERATESERVICE_PORT"
Variables ¶
This section is empty.
Functions ¶
func GeneratePreview ¶
func GeneratePreviewDemo ¶
func ReadConfig ¶
func ReadConfig() error
Types ¶
type DocumentServiceGateKeeper ¶
type DocumentServiceGateKeeper struct { }
func (DocumentServiceGateKeeper) CreateDocumentServiceClient ¶
func (DocumentServiceGateKeeper) CreateDocumentServiceClient() (apiRestaurantDocument.DocumentServiceClient, error)
type DocumentServiceGateway ¶
type DocumentServiceGateway interface {
CreateDocumentServiceClient() (apiRestaurantDocument.DocumentServiceClient, error)
}
type GeneratePreviewRequest ¶
type GeneratePreviewRequest struct { }
Click to show internal directories.
Click to hide internal directories.