Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
d5ca1cdd
Commit
d5ca1cdd
authored
4 months ago
by
Semyon Krestyaninov
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
474ac12e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/schema/executor/executor.go
+1
-1
1 addition, 1 deletion
pkg/schema/executor/executor.go
with
1 addition
and
1 deletion
pkg/schema/executor/executor.go
+
1
−
1
View file @
d5ca1cdd
...
@@ -17,7 +17,7 @@ type Executor interface {
...
@@ -17,7 +17,7 @@ type Executor interface {
// Executable определяет опции полей, использующие Executor для подстановки значений.
// Executable определяет опции полей, использующие Executor для подстановки значений.
type
Executable
interface
{
type
Executable
interface
{
Execute
(
ctx
context
.
Context
,
exec
utor
Executor
,
field
*
field
.
Field
)
error
Execute
(
ctx
context
.
Context
,
exec
Executor
,
field
*
field
.
Field
)
error
}
}
// ExecuteAll последовательно выполняет Execute для каждого элемента inputs.
// ExecuteAll последовательно выполняет Execute для каждого элемента inputs.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment