github.com/jackc/pgproto3/v2.CommandComplete.CommandTag (field)

8 uses

	github.com/jackc/pgproto3/v2 (current package)
		command_complete.go#L11: 	CommandTag []byte
		command_complete.go#L25: 	dst.CommandTag = src[:idx]
		command_complete.go#L36: 	dst = append(dst, src.CommandTag...)
		command_complete.go#L51: 		CommandTag: string(src.CommandTag),

	github.com/jackc/pgconn
		pgconn.go#L1141: 			commandTag = CommandTag(msg.CommandTag)
		pgconn.go#L1284: 			commandTag = CommandTag(msg.CommandTag)
		pgconn.go#L1357: 				commandTag:       CommandTag(msg.CommandTag),
		pgconn.go#L1540: 		rr.concludeCommand(CommandTag(msg.CommandTag), nil)