Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@GStones
Copy link
Owner

@GStones GStones commented May 10, 2024

No description provided.

@GStones GStones self-assigned this May 10, 2024
@GStones GStones linked an issue May 10, 2024 that may be closed by this pull request

func (d *MockAlpha) IncrementCounter(key string, amount int64) error {
return nil
func (d *MockAlpha) IncrementCounter(key string, amount int64) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.IncrementCounter should have comment or be unexported


func (d *MockAlpha) DecrementCounter(key string, amount int64) error {
return nil
func (d *MockAlpha) DecrementCounter(key string, amount int64) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.DecrementCounter should have comment or be unexported


func (d *MockAlpha) SetCounterCount(key string, amount int64) error {
return nil
func (d *MockAlpha) SetCounterCount(key string, amount int64) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.SetCounterCount should have comment or be unexported


func (d *MockAlpha) SetCounterCapacity(key string, amount int64) error {
return nil
func (d *MockAlpha) SetCounterCapacity(key string, amount int64) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.SetCounterCapacity should have comment or be unexported


func (d *MockAlpha) SetListCapacity(key string, amount int64) error {
return nil
func (d *MockAlpha) SetListCapacity(key string, amount int64) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.SetListCapacity should have comment or be unexported


func (d *MockAlpha) AppendListValue(key, value string) error {
return nil
func (d *MockAlpha) AppendListValue(key, value string) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.AppendListValue should have comment or be unexported


func (d *MockAlpha) DeleteListValue(key, value string) error {
return nil
func (d *MockAlpha) DeleteListValue(key, value string) (bool, error) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint-pr-review] reported by reviewdog 🐶
exported method MockAlpha.DeleteListValue should have comment or be unexported

@GStones GStones merged commit b91ed1c into main May 10, 2024
@GStones GStones deleted the 157-fix-fix-agones-version branch May 10, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix]: fix agones version

1 participant