Versions in this module Expand all Collapse all v0 v0.1.1 Jun 18, 2024 v0.1.0 Jun 16, 2024 Changes in this version + var ErrFromAfterTo = errors.New("from time must not be after to time") + var ErrToInFuture = errors.New("to time must not be in the future when status is completed") + func GetMatch(matchId string) (*proto.Match, error) + func GetMatchIds(request *proto.GetMatchIdsRequest) ([]string, error)