Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2019 Changes in this version + type ControllerClient struct + func (_m *ControllerClient) ExtendEnumCases(tableName string, columnName string, enumCases []string) ([]int, error) + func (_m *ControllerClient) FetchAllEnums(tableName string, columnName string) ([]string, error) + func (_m *ControllerClient) FetchAllSchemas() ([]*common.Table, error) + func (_m *ControllerClient) FetchSchema(table string) (*common.Table, error) + func (_m *ControllerClient) GetAllSchema(namespace string) ([]common.Table, error) + func (_m *ControllerClient) GetAssignment(jobNamespace string, instance string) (*models.IngestionAssignment, error) + func (_m *ControllerClient) GetAssignmentHash(jobNamespace string, instance string) (string, error) + func (_m *ControllerClient) GetNamespaces() ([]string, error) + func (_m *ControllerClient) GetSchemaHash(namespace string) (string, error)