Versions in this module Expand all Collapse all v0 v0.7.0 Feb 16, 2021 Changes in this version type TableResponse + ApproximateRowCount int64 + ImportRowsProcessedTotal int64 v0.6.0 Feb 16, 2021 Changes in this version + func DecodeListRequest(mux goahttp.Muxer, decoder func(*http.Request) goahttp.Decoder) func(*http.Request) (interface{}, error) + func EncodeListResponse(encoder func(context.Context, http.ResponseWriter) goahttp.Encoder) func(context.Context, http.ResponseWriter, interface{}) error + func ListTablesPath() string + func Mount(mux goahttp.Muxer, h *Server) + func MountListHandler(mux goahttp.Muxer, h http.Handler) + func NewListHandler(endpoint goa.Endpoint, mux goahttp.Muxer, ...) http.Handler + func NewListPayload(schema string) *tables.ListPayload + type ErrorNamer interface + ErrorName func() string + type ListResponseBody []*TableResponse + func NewListResponseBody(res []*tables.Table) ListResponseBody + type MountPoint struct + Method string + Pattern string + Verb string + type Server struct + List http.Handler + Mounts []*MountPoint + func New(e *tables.Endpoints, mux goahttp.Muxer, ...) *Server + func (s *Server) Service() string + func (s *Server) Use(m func(http.Handler) http.Handler) + type TableResponse struct + ImportStatus string + Name string + PublicationStatus string + Schema string