Documentation ¶
Index ¶
- func MakeCreateDocumentEndpoint(svc watermark.Service) endpoint.Endpoint
- func MakeFindEndpoint(svc watermark.Service) endpoint.Endpoint
- func MakeServiceStatusEndpoint(svc watermark.Service) endpoint.Endpoint
- func MakeStatusEndpoint(svc watermark.Service) endpoint.Endpoint
- func MakeWatermarkEndpoint(svc watermark.Service) endpoint.Endpoint
- type CreateDocumentRequest
- type CreateDocumentResponse
- type FindRequest
- type FindResponse
- type ServiceStatusRequest
- type ServiceStatusResponse
- type Set
- type StatusRequest
- type StatusResponse
- type WatermarkRequest
- type WatermarkResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateDocumentRequest ¶
type CreateDocumentResponse ¶
type FindRequest ¶
type FindResponse ¶
type ServiceStatusRequest ¶
type ServiceStatusRequest struct{}
type ServiceStatusResponse ¶
type Set ¶
type Set struct { FindEndpoint endpoint.Endpoint CreateDocumentEndpoint endpoint.Endpoint StatusEndpoint endpoint.Endpoint ServiceStatusEndpoint endpoint.Endpoint WatermarkEndpoint endpoint.Endpoint }
func NewEndpointSet ¶
type StatusRequest ¶
type StatusRequest struct {
TicketID string `json:"ticket_id"`
}
type StatusResponse ¶
type WatermarkRequest ¶
type WatermarkResponse ¶
Click to show internal directories.
Click to hide internal directories.