Skip to content

Commit

Permalink
add nodoc for store nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesha Danu committed Sep 30, 2019
1 parent 65401f8 commit d75a6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func (k *keeper) StoreWithoutBlocking(c Item) error {
return err
}

// StoreNil :nodoc:
func (k *keeper) StoreNil(cacheKey string, ttl time.Duration) error {
nilJSON := []byte("null")

Expand Down

0 comments on commit d75a6a7

Please sign in to comment.