Documentation ¶
Index ¶
- func ColumnControlList2ColumnPriv(projectID string, ccls []*pb.ColumnControl) ([]storage.ColumnPriv, error)
- func ColumnControlList2ColumnPrivIdentifier(projectID string, ccls []*pb.ColumnControl) ([]storage.ColumnPrivIdentifier, error)
- type IntraSvc
- func (svc *IntraSvc) ArchiveProject(c context.Context, req *pb.ArchiveProjectRequest) (resp *pb.ArchiveProjectResponse, err error)
- func (svc *IntraSvc) CancelQuery(c context.Context, req *pb.CancelQueryRequest) (resp *pb.CancelQueryResponse, err error)
- func (svc *IntraSvc) CancelQueryHandler(c *gin.Context)
- func (svc *IntraSvc) CheckAndUpdateStatus(c context.Context, req *pb.CheckAndUpdateStatusRequest) (resp *pb.CheckAndUpdateStatusResponse, err error)
- func (svc *IntraSvc) CheckAndUpdateStatusHandler(c *gin.Context)
- func (svc *IntraSvc) CreateProject(c context.Context, req *pb.CreateProjectRequest) (resp *pb.CreateProjectResponse, err error)
- func (svc *IntraSvc) CreateProjectHandler(c *gin.Context)
- func (svc *IntraSvc) CreateTable(c context.Context, req *pb.CreateTableRequest) (resp *pb.CreateTableResponse, err error)
- func (svc *IntraSvc) CreateTableHandler(c *gin.Context)
- func (svc *IntraSvc) DoQuery(ctx context.Context, req *pb.QueryRequest) (resp *pb.QueryResponse, err error)
- func (svc *IntraSvc) DoQueryHandler(c *gin.Context)
- func (svc *IntraSvc) DropTable(c context.Context, req *pb.DropTableRequest) (resp *pb.DropTableResponse, err error)
- func (svc *IntraSvc) DropTableHandler(c *gin.Context)
- func (svc *IntraSvc) EngineCallbackHandler(c *gin.Context)
- func (svc *IntraSvc) ExplainQuery(ctx context.Context, req *pb.ExplainQueryRequest) (resp *pb.ExplainQueryResponse, err error)
- func (svc *IntraSvc) ExplainQueryHandler(c *gin.Context)
- func (svc *IntraSvc) FetchResult(c context.Context, req *pb.FetchResultRequest) (resp *pb.FetchResultResponse, err error)
- func (svc *IntraSvc) FetchResultHandler(c *gin.Context)
- func (svc *IntraSvc) GrantCCL(ctx context.Context, req *pb.GrantCCLRequest) (resp *pb.GrantCCLResponse, err error)
- func (svc *IntraSvc) GrantCCLHandler(c *gin.Context)
- func (svc *IntraSvc) HealthHandler(c *gin.Context)
- func (svc *IntraSvc) InviteMember(c context.Context, req *pb.InviteMemberRequest) (resp *pb.InviteMemberResponse, err error)
- func (svc *IntraSvc) InviteMemberHandler(c *gin.Context)
- func (svc *IntraSvc) ListInvitations(c context.Context, req *pb.ListInvitationsRequest) (resp *pb.ListInvitationsResponse, err error)
- func (svc *IntraSvc) ListInvitationsHandler(c *gin.Context)
- func (svc *IntraSvc) ListProjects(c context.Context, req *pb.ListProjectsRequest) (*pb.ListProjectsResponse, error)
- func (svc *IntraSvc) ListProjectsHandler(c *gin.Context)
- func (svc *IntraSvc) ListTables(ctx context.Context, req *pb.ListTablesRequest) (resp *pb.ListTablesResponse, err error)
- func (svc *IntraSvc) ListTablesHandler(c *gin.Context)
- func (svc *IntraSvc) ProcessInvitation(c context.Context, req *pb.ProcessInvitationRequest) (resp *pb.ProcessInvitationResponse, err error)
- func (svc *IntraSvc) ProcessInvitationHandler(c *gin.Context)
- func (svc *IntraSvc) Report(ctx context.Context, request *pb.ReportRequest) (*emptypb.Empty, error)
- func (svc *IntraSvc) RevokeCCL(c context.Context, req *pb.RevokeCCLRequest) (resp *pb.RevokeCCLResponse, err error)
- func (svc *IntraSvc) RevokeCCLHandler(c *gin.Context)
- func (svc *IntraSvc) ShowCCL(ctx context.Context, req *pb.ShowCCLRequest) (resp *pb.ShowCCLResponse, err error)
- func (svc *IntraSvc) ShowCCLHandler(c *gin.Context)
- func (svc *IntraSvc) SubmitQuery(ctx context.Context, req *pb.QueryRequest) (resp *pb.SubmitResponse, err error)
- func (svc *IntraSvc) SubmitQueryHandler(c *gin.Context)
- func (svc *IntraSvc) UpdateProject(context.Context, *pb.UpdateProjectRequest) (*pb.UpdateProjectResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnControlList2ColumnPriv ¶
func ColumnControlList2ColumnPriv(projectID string, ccls []*pb.ColumnControl) ([]storage.ColumnPriv, error)
func ColumnControlList2ColumnPrivIdentifier ¶
func ColumnControlList2ColumnPrivIdentifier(projectID string, ccls []*pb.ColumnControl) ([]storage.ColumnPrivIdentifier, error)
Types ¶
type IntraSvc ¶
type IntraSvc struct {
// contains filtered or unexported fields
}
func NewIntraSvc ¶
func NewIntraSvc(app *application.App) *IntraSvc
func (*IntraSvc) ArchiveProject ¶
func (svc *IntraSvc) ArchiveProject(c context.Context, req *pb.ArchiveProjectRequest) (resp *pb.ArchiveProjectResponse, err error)
func (*IntraSvc) CancelQuery ¶
func (svc *IntraSvc) CancelQuery(c context.Context, req *pb.CancelQueryRequest) (resp *pb.CancelQueryResponse, err error)
func (*IntraSvc) CancelQueryHandler ¶
func (*IntraSvc) CheckAndUpdateStatus ¶
func (svc *IntraSvc) CheckAndUpdateStatus(c context.Context, req *pb.CheckAndUpdateStatusRequest) (resp *pb.CheckAndUpdateStatusResponse, err error)
func (*IntraSvc) CheckAndUpdateStatusHandler ¶
func (*IntraSvc) CreateProject ¶
func (svc *IntraSvc) CreateProject(c context.Context, req *pb.CreateProjectRequest) (resp *pb.CreateProjectResponse, err error)
func (*IntraSvc) CreateProjectHandler ¶
func (*IntraSvc) CreateTable ¶
func (svc *IntraSvc) CreateTable(c context.Context, req *pb.CreateTableRequest) (resp *pb.CreateTableResponse, err error)
func (*IntraSvc) CreateTableHandler ¶
func (*IntraSvc) DoQuery ¶
func (svc *IntraSvc) DoQuery(ctx context.Context, req *pb.QueryRequest) (resp *pb.QueryResponse, err error)
func (*IntraSvc) DoQueryHandler ¶
func (*IntraSvc) DropTable ¶
func (svc *IntraSvc) DropTable(c context.Context, req *pb.DropTableRequest) (resp *pb.DropTableResponse, err error)
func (*IntraSvc) DropTableHandler ¶
func (*IntraSvc) EngineCallbackHandler ¶
func (*IntraSvc) ExplainQuery ¶
func (svc *IntraSvc) ExplainQuery(ctx context.Context, req *pb.ExplainQueryRequest) (resp *pb.ExplainQueryResponse, err error)
func (*IntraSvc) ExplainQueryHandler ¶
func (*IntraSvc) FetchResult ¶
func (svc *IntraSvc) FetchResult(c context.Context, req *pb.FetchResultRequest) (resp *pb.FetchResultResponse, err error)
func (*IntraSvc) FetchResultHandler ¶
func (*IntraSvc) GrantCCL ¶
func (svc *IntraSvc) GrantCCL(ctx context.Context, req *pb.GrantCCLRequest) (resp *pb.GrantCCLResponse, err error)
func (*IntraSvc) GrantCCLHandler ¶
func (*IntraSvc) HealthHandler ¶
func (*IntraSvc) InviteMember ¶
func (svc *IntraSvc) InviteMember(c context.Context, req *pb.InviteMemberRequest) (resp *pb.InviteMemberResponse, err error)
func (*IntraSvc) InviteMemberHandler ¶
func (*IntraSvc) ListInvitations ¶
func (svc *IntraSvc) ListInvitations(c context.Context, req *pb.ListInvitationsRequest) (resp *pb.ListInvitationsResponse, err error)
func (*IntraSvc) ListInvitationsHandler ¶
func (*IntraSvc) ListProjects ¶
func (svc *IntraSvc) ListProjects(c context.Context, req *pb.ListProjectsRequest) (*pb.ListProjectsResponse, error)
func (*IntraSvc) ListProjectsHandler ¶
func (*IntraSvc) ListTables ¶
func (svc *IntraSvc) ListTables(ctx context.Context, req *pb.ListTablesRequest) (resp *pb.ListTablesResponse, err error)
func (*IntraSvc) ListTablesHandler ¶
func (*IntraSvc) ProcessInvitation ¶
func (svc *IntraSvc) ProcessInvitation(c context.Context, req *pb.ProcessInvitationRequest) (resp *pb.ProcessInvitationResponse, err error)
func (*IntraSvc) ProcessInvitationHandler ¶
func (*IntraSvc) RevokeCCL ¶
func (svc *IntraSvc) RevokeCCL(c context.Context, req *pb.RevokeCCLRequest) (resp *pb.RevokeCCLResponse, err error)
func (*IntraSvc) RevokeCCLHandler ¶
func (*IntraSvc) ShowCCL ¶
func (svc *IntraSvc) ShowCCL(ctx context.Context, req *pb.ShowCCLRequest) (resp *pb.ShowCCLResponse, err error)
func (*IntraSvc) ShowCCLHandler ¶
func (*IntraSvc) SubmitQuery ¶
func (svc *IntraSvc) SubmitQuery(ctx context.Context, req *pb.QueryRequest) (resp *pb.SubmitResponse, err error)
func (*IntraSvc) SubmitQueryHandler ¶
func (*IntraSvc) UpdateProject ¶
func (svc *IntraSvc) UpdateProject(context.Context, *pb.UpdateProjectRequest) (*pb.UpdateProjectResponse, error)
Click to show internal directories.
Click to hide internal directories.