contain_top_linux.go: s/TODO/NOTE/
Change the TODO note to NOTE to actually reflect what it is: breadcrumbs in case we want to add filtering the future. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
		
							parent
							
								
									737b100c5e
								
							
						
					
					
						commit
						8af98b342d
					
				|  | @ -96,7 +96,7 @@ func (c *Container) Top(descriptors []string) ([]string, error) { | ||||||
| // For more details, please refer to github.com/containers/psgo.
 | // For more details, please refer to github.com/containers/psgo.
 | ||||||
| func (c *Container) GetContainerPidInformation(descriptors []string) ([]string, error) { | func (c *Container) GetContainerPidInformation(descriptors []string) ([]string, error) { | ||||||
| 	pid := strconv.Itoa(c.state.PID) | 	pid := strconv.Itoa(c.state.PID) | ||||||
| 	// TODO: psgo returns a [][]string to give users the ability to apply
 | 	// NOTE: psgo returns a [][]string to give users the ability to apply
 | ||||||
| 	//       filters on the data.  We need to change the API here
 | 	//       filters on the data.  We need to change the API here
 | ||||||
| 	//       to return a [][]string if we want to make use of
 | 	//       to return a [][]string if we want to make use of
 | ||||||
| 	//       filtering.
 | 	//       filtering.
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue