package pb import ( "context" "fmt" "gorm.io/gorm" ) func (r *ListUsersRequest) AfterListUsers(ctx context.Context, resp *ListUsersResponse, db *gorm.DB) error { fmt.Println("AfterListUsers") return nil }