Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
intranet-synchronizer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mauro Paolo Josue Zuñiga Mallqui
intranet-synchronizer
Commits
3647943b
Commit
3647943b
authored
Jul 27, 2026
by
Mauro Paolo Josue Zuñiga Mallqui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(students): renombrar BranchName a Branch
parent
a00701f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
entity.go
internal/students/entity.go
+1
-1
reader.go
internal/students/reader.go
+1
-1
No files found.
internal/students/entity.go
View file @
3647943b
...
@@ -17,7 +17,7 @@ type Student struct {
...
@@ -17,7 +17,7 @@ type Student struct {
GenreID
*
int
`bson:"genre_id"`
GenreID
*
int
`bson:"genre_id"`
Genre
*
string
`bson:"genre"`
Genre
*
string
`bson:"genre"`
BranchID
*
int
`bson:"branch_id"`
BranchID
*
int
`bson:"branch_id"`
Branch
Name
*
string
`bson:"branch"`
Branch
*
string
`bson:"branch"`
LevelID
*
int
`bson:"level_id"`
LevelID
*
int
`bson:"level_id"`
Level
*
string
`bson:"level"`
Level
*
string
`bson:"level"`
GradeID
*
int
`bson:"grade_id"`
GradeID
*
int
`bson:"grade_id"`
...
...
internal/students/reader.go
View file @
3647943b
...
@@ -69,7 +69,7 @@ func (f *QueryReader) FetchAll(ctx context.Context) ([]appsync.SyncRow, error) {
...
@@ -69,7 +69,7 @@ func (f *QueryReader) FetchAll(ctx context.Context) ([]appsync.SyncRow, error) {
GenreID
:
genreID
,
GenreID
:
genreID
,
Genre
:
genre
,
Genre
:
genre
,
BranchID
:
branchID
,
BranchID
:
branchID
,
Branch
Name
:
branchName
,
Branch
:
branchName
,
LevelID
:
levelID
,
LevelID
:
levelID
,
Level
:
levelName
,
Level
:
levelName
,
GradeID
:
gradeID
,
GradeID
:
gradeID
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment