refactor project structure by renaming files and updating test function signature

This commit is contained in:
2025-07-22 08:53:40 +08:00
parent a0d215fa2e
commit 1f5f67761b
18 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"testing" "testing"
) )
func TestAsServiceError(c) { func TestAsServiceError(t *testing.T) {
serviceError := ErrNotFound serviceError := ErrNotFound
err := AsServiceError(serviceError) err := AsServiceError(serviceError)
if err.Code != serviceError.Code || err.Message != serviceError.Message { if err.Code != serviceError.Code || err.Message != serviceError.Message {

View File

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 128 B

View File

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB