mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-29 23:37:45 +00:00
pin to v1.0.0 of github action parser
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ type EnumerableWithIndex interface {
|
||||
|
||||
// Map invokes the given function once for each element and returns a
|
||||
// container containing the values returned by the given function.
|
||||
// TODO need help on how to enforce this in containers (don't want to type assert when chaining)
|
||||
// TODO would appreciate help on how to enforce this in containers (don't want to type assert when chaining)
|
||||
// Map(func(index int, value interface{}) interface{}) Container
|
||||
|
||||
// Select returns a new container containing all elements for which the given function returns a true value.
|
||||
|
||||
Reference in New Issue
Block a user