Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Projects []*pb.Project + func (p Projects) Len() int + func (p Projects) Less(i, j int) bool + func (p Projects) Select(selector func(item *pb.Project) interface{}) []interface{} + func (p Projects) SelectMany(selector func(item *pb.Project) []interface{}) []interface{} + func (p Projects) Swap(i, j int) + func (p Projects) Where(filter func(item *pb.Project) bool) Projects