Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a table-renderer client
type ErrInvalidTableRendererResponse ¶
type ErrInvalidTableRendererResponse struct {
// contains filtered or unexported fields
}
ErrInvalidTableRendererResponse is returned when the table-renderer service does not respond with a status 200
func (ErrInvalidTableRendererResponse) Code ¶
func (e ErrInvalidTableRendererResponse) Code() int
Code returns the status code received from table-renderer if an error is returned
func (ErrInvalidTableRendererResponse) Error ¶
func (e ErrInvalidTableRendererResponse) Error() string
Error should be called by the user to print out the stringified version of the error
Click to show internal directories.
Click to hide internal directories.