Skip to content

Commit

Permalink
Change response -> resp for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DapperDino committed Jul 3, 2024
1 parent 8dac695 commit a50ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type BaseSystem interface {
SetDevicePrefs(ctx context.Context, logger runtime.Logger, db *sql.DB, userID, deviceID, pushTokenAndroid, pushTokenIos string, preferences map[string]bool) (err error)

// Sync processes an operation to update the server with offline state changes.
Sync(ctx context.Context, logger runtime.Logger, nk runtime.NakamaModule, userID string, req *SyncRequest) (response *SyncResponse, err error)
Sync(ctx context.Context, logger runtime.Logger, nk runtime.NakamaModule, userID string, req *SyncRequest) (resp *SyncResponse, err error)
}

// BaseSystemConfig is the data definition for the BaseSystem type.
Expand Down

0 comments on commit a50ed32

Please sign in to comment.