Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Golang Libraries
tools
Merge requests
!89
PD-3558
DatasetTableRequest все поля в QueryFields
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PD-3558
DatasetTableRequest все поля в QueryFields
PD-3558
into
master
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Svyatoslav Sabadin
requested to merge
PD-3558
into
master
1 year ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
c9a9f16d
1 year ago
master (base)
and
latest version
latest version
76d6d970
3 commits,
1 year ago
version 1
c9a9f16d
2 commits,
1 year ago
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
remote/plugin-client/dataset-table.go
+
0
−
5
Options
@@ -19,11 +19,6 @@ import (
type
DatasetTableRequest
struct
{
ConnectFields
[]
types
.
FieldValue
`json:"connect_fields"`
QueryFields
[]
types
.
FieldValue
`json:"query_fields"`
Limit
int64
`json:"limit"`
Offset
int64
`json:"offset"`
Search
string
`json:"search"`
OrderBy
string
`json:"order_by"`
SortOrder
types
.
SortOrder
`json:"sort_order"`
}
type
DatasetTableResponse
struct
{
Loading